Dear haskellers, I'm glad to announce pulse-simple-0.1.11, which is the first release of binding to popular pulseaudio soundserver.
Pulseaudio provides two APIs, namely Simple API and Asynchronous API. And this binding only supports the former (at least for now). It's now possible to play or record sound with just several lines of code. A few things to note: * it's only tested on 64-bit linux * it does not check error code(I'm thinking of throwing Exception in later versions) Any suggestions are welcome. Cheers, Daiki Handa _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
