jbclements / RSound

A cross-platform sound library for DrRacket

Home Page:http://www.brinckerhoff.org/clements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the DrRacket source code for RSound, a cross-platform sound library. Currently, it depends upon the 'portaudio' library, which is a separate repository.

This bundle represents a "pkg" for Racket, and should be installed using "raco pkg install rsound".

IMPORTANT NOTE: It's vital to restart DrRacket before upgrading the rsound (or portaudio) package using the GUI interface. This is because both of these packages link to dynamic libraries, and trying to update the packages after dynamically linking to the library makes operating systems very unhappy.

About

A cross-platform sound library for DrRacket

http://www.brinckerhoff.org/clements

License:Other


Languages

Language:Racket 99.9%Language:C 0.1%