[Haskell-cafe] Low Level Audio - Writing bytes to the sound card?

Henning Thielemann lemming at henning-thielemann.de
Fri Dec 4 19:42:22 EST 2009


M Xyz schrieb:
> 
>     Did you look at synthesizer ? There is a short introductory file [1].
>     Cheers,
>     Thu
> 
>     [1]
>     http://hackage.haskell.org/packages/archive/synthesizer-core/0.2.1/doc/html/Synthesizer-Plain-Tutorial.html
> 
> Thanks for the tutorial link. As I'm new to Haskell, these 2 lines got
> me thinking: "Using plain lists is not very fast" and "Getting real-time
> performance is mostly an issue of the right signal data structure." What
> do you use as an efficient byte buffer in a value-oriented language?

I have written some more details on it:
 http://hackage.haskell.org/packages/archive/synthesizer/0.2.0.1/doc/html/Synthesizer-Storage.html

But I think that's not something one should start with ...

http://www.haskell.org/haskellwiki/Sound_data_structures



More information about the Haskell-Cafe mailing list