
25 Aug
2008
25 Aug
'08
7:16 p.m.
On Aug 24, 2008, at 8:41 AM, Eric Kidd wrote:
Greetings, Haskell folks!
I'm working on a toy program for drum synthesis. This has lead me to explore the various sound-related libraries in Hackage. Along the way, I've learned several things:
Hey Erik, I've also created (minimal, for fun) bindings to libmad and OS/X CoreAudio. The original post is here: http://www.haskell.org/pipermail/haskell-cafe/2008-March/040796.html Here is a direct link to the source: http://maubi.net/~waterson/REPO/hmad http://maubi.net/~waterson/REPO/CoreAudio I represented the samples using a lazily generated list of numbers, and it worked pretty well. chris