[gambit-list] Sound Manipulation

Stephen Sinclair radarsat1 at gmail.com
Thu Mar 24 22:24:44 EDT 2011


If you're into scheme I highly recommend checking out Snd-RT.
it's a bit of a pain to set up but you can do fun things like
per-sample DSP calculations in a Scheme-based DSL and
edit/compile/load them on the fly while sound is still playing.

Steve

On Thu, Mar 24, 2011 at 7:48 PM,  <chevalma at iro.umontreal.ca> wrote:
> I occasionally tinker with sound synthesis in my spare time and, seeing
> that Scheme would probably be a good language to do this with, I'm curious
> to know if there are any APIs for Gambit that allow the production of
> sound output.
>
> If not, could anyone tell me if there is a simple way of importing a C
> function that takes, say, a pointer to an array of floats as an argument,
> so I can write and import my own C audio output function. I'd ideally like
> to present it as a function that takes a list of numerical values (audio
> samples) as input.
>
> - Maxime
> _______________________________________________
> Gambit-list mailing list
> Gambit-list at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
>



More information about the Gambit-list mailing list