[haskell-art] what do people use for audio output
Balazs Komuves
bkomuves at gmail.com
Tue Feb 17 12:23:44 GMT 2009
>
> I'm interested to know what libraries/techniques people use for audio
> output (through DAC/audio device) from Haskell programs.
You can also use OpenAL [1] and possibly SDL_mixer [2]. These are
cross-platform, though OpenAL can be problematic to build correctly.
I also wrote simple CoreAudio playback (that's on OSX) but it is not
exactly release quality; tell me if you would like the code. DirectSound
on Windows isn't hard either.
Balazs
[1] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenAL
[2] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-mixer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lurk.org/pipermail/haskell-art/attachments/20090217/7688e370/attachment.htm
More information about the haskell-art
mailing list