>
> 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
_______________________________________________
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to