On May 2, 2008, at 2:58 AM, Thomas Girod wrote:
I remember an article ranting about how lazy evaluation would be great to do signal processing, but it was lacking real world example.
I did something similar a few weeks ago. I used libmad to lazily decode an MP3 file and play it using OS/X's core audio. Here's that post, with links to the libmad bindings (which might be useful for you, even if the CoreAudio isn't.)
chris http://www.haskell.org/pipermail/haskell-cafe/2008-March/040796.html _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
