[Haskell-cafe] openal & alut troubles

Marc Weber marco-oweber at gmx.de
Fri Nov 14 02:11:59 EST 2008


On Fri, Nov 14, 2008 at 02:33:05AM +0000, Stephen wrote:
>    ah, damn I feel stupid.  I hadn't it installed.  I just tried to, and,
>    after verifying with the internet, it seems that ALUT isn't supported on
>    macs anymore anyway.  Which leads me to the following question: does
>    anyone have any example code for saving/loading wav files, say, using
>    openal (minus alut) with haskell?     I'm not too sure how to go about
>    doing it myself (though the people on this thread
>    [1]http://groups.google.com/group/fa.haskell/browse_thread/thread/33b57c945274e353/a5d6094ff448a956?#a5d6094ff448a956
>    seem to indicate that it would be a relatively easy task).

Wave files are realitively easy to write .. However you can also try the
encoder from hackage (catergory sound) called HSoundFile.. (I've never
used it before) Also using the haskell wiki search from haskell.org
reveals: http://haskell.org/haskellwiki/Sound_data_structures

good luck

Marc


More information about the Haskell-Cafe mailing list