Re: [Haskell-cafe] Sound library?

2004-12-14 Thread Jeremy Shaw
At Fri, 03 Dec 2004 10:40:45 -0800, Jeremy Shaw wrote: > > At Fri, 03 Dec 2004 10:56:24 -0500, > Jason Bailey wrote: > > > > > > Would anyone know of packages out there for Haskell that support mp3's > > or ogg files? > > I have some haskell bindings to libmad somewhere ... I don't remember >

Re: [Haskell-cafe] Sound library?

2004-12-04 Thread Ian Lynagh
On Fri, Dec 03, 2004 at 10:56:24AM -0500, Jason Bailey wrote: > > Would anyone know of packages out there for Haskell that support mp3's > or ogg files? I have a (partial, I think) binding for gstreamer: http://urchin.earth.li/~ian/minstrel/ (you only need GHC 6.3 for hcurses, hgstreamer and d

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Jeremy Shaw
At Fri, 03 Dec 2004 14:39:45 -0500, Jason Bailey wrote: > > [1 ] > I'm new to Haskell so I didn't realize it had that much of a performance > issue. If you could find those bindings I'd appreciate it, at the very > least it would give me a starting point on where to go frrom here. I actually h

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Philippa Cowderoy
On Fri, 3 Dec 2004, Henning Thielemann wrote: > > On Fri, 3 Dec 2004, Ketil Malde wrote: > > > Really? Written in C, mpg123 can decode 50 minutes of audio in 30 > > seconds (tested on a 1GHz PIII) -- would a Haskell implementaion > > really be 100x slower? > > I've written much simpler audio sign

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Jason Bailey
I'm new to Haskell so I didn't realize it had that much of a performance issue. If you could find those bindings I'd appreciate it, at the very least it would give me a starting point on where to go frrom here. Jason Jeremy Shaw wrote: At Fri, 03 Dec 2004 10:56:24 -0500, Jason Bailey wrot

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Henning Thielemann
On Fri, 3 Dec 2004, Ketil Malde wrote: > Henning Thielemann <[EMAIL PROTECTED]> writes: > > > 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

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Ketil Malde
Henning Thielemann <[EMAIL PROTECTED]> writes: > 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.

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Jeremy Shaw
At Fri, 03 Dec 2004 10:56:24 -0500, Jason Bailey wrote: > > > Would anyone know of packages out there for Haskell that support mp3's > or ogg files? I have some haskell bindings to libmad somewhere ... I don't remember how complete they are, but I think i got them to the point that I could deco

Re: [Haskell-cafe] Sound library?

2004-12-03 Thread Henning Thielemann
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