On Wed, 10 Oct 2012, Iavor Diatchki wrote:

is there an existing Haskell library that makes it easy to play and mix audio 
samples in a portable way?
(with emphasis on easy and portable :-)

At the first glance I wondered why _you_ ask this question, because you have written the ALSA bindings that I maintain. :-)

Easy and portable is certainly a problem. You may try the 'sox' library which calls the 'play' command. However this requires that the 'sox' package is installed. It is certainly also possible to add the functionality to the soxlib bindings.

http://hackage.haskell.org/package/sox
http://hackage.haskell.org/package/soxlib

http://hackage.haskell.org/packages/archive/sox/0.2.2.2/doc/html/Sound-Sox-Play.html

_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to