[Haskell-cafe] Playing sounds in Haskell

Henning Thielemann schlepptop at henning-thielemann.de
Sat Jan 29 18:33:18 CET 2011


Nikitiskiy Dmitriy schrieb:
> 29.01.2011 18:03, Daniel Díaz пишет:
>> Hi, cafe,
>>
>> I'm interested in write a program that plays sounds in real time. There is
>> a library with functions able to play sounds, from a file?
>>
>> I'm on Windows, and I don't need special features, only play sounds in a
>> comfortable way. Thanks in advance.
>>
>>   
> Hello. I am using haskell bindings to SFML library.
> 
> http://patch-tag.com/r/shahn/sfml-audio/home

I have written the SoX package, that calls the 'sox' program for playing
(and read and write from and to various file formats). However I
remember that SoX' "play" command sometimes stop playing without obvious
reason.

You may also discuss sound related issues on haskell-art at lurk.org.





More information about the Haskell-Cafe mailing list