[racket] play-sound

From: synx (plt at synx.us.to)
Date: Mon Nov 29 04:37:17 EST 2010

Sound isn't really the forté of windowing applications. I'm not sure why
"play-sound" is in there at all. But to be more helpful, do you have
"portaudio" support? You could try using the planet package for that:

http://planet.racket-lang.org/display.ss?package=rsound.plt&owner=clements

(require (planet clements/rsound:1))

http://www.portaudio.com/

I haven't tried it yet. Can supposedly play 16-bit PCM though!


Posted on the users mailing list.