jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

Missing a build-sound function #5

Closed jproy closed 10 years ago

jproy commented 10 years ago

There are accessors to sound like rs-ith/left but no simple way to build a (stereo ?) sound giving the ith-samples, something like (build-sound length (lambda (i) ...)). The sound API should be enough for a beginner who does not want to dive into networks (and say who wants to build a simple-low-pass filter as a simple average of x[n] and x[n-1]).

jproy commented 10 years ago

Ok I found rs-generate in util.rkt... Could be named build-sound and... documented :-)