
3 Dec
2004
3 Dec
'04
11:38 a.m.
On Fri, 3 Dec 2004, Jason Bailey wrote:
Would anyone know of packages out there for Haskell that support mp3's or ogg files?
Do you mean realtime unpacking and playback? I'm afraid without hacking Haskell programs are too slow for that. If you want to read or write compressed audio streams you might content with piping data through an external compressor/decompressor, or calling a library for that purpose.