https://github.com/jbclements/RSound
A cross-platform sound library for DrRacket
https://github.com/jbclements/RSound
Last synced: 5 months ago
JSON representation
A cross-platform sound library for DrRacket
- Host: GitHub
- URL: https://github.com/jbclements/RSound
- Owner: jbclements
- License: other
- Created: 2010-10-16T17:50:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T16:12:39.000Z (over 1 year ago)
- Last Synced: 2024-10-16T02:53:57.143Z (6 months ago)
- Language: Racket
- Homepage: http://www.brinckerhoff.org/clements
- Size: 15.1 MB
- Stars: 45
- Watchers: 6
- Forks: 11
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-racket - RSound - A framework for manipulating and playing sounds using the portaudio library. Runs on Windows, Mac OS X, and linux. (Audio and Music)
README
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.