[Haskell-cafe] Haskell audio libraries & audio formats

Chris Waterson waterson at maubi.net
Mon Aug 25 19:16:05 EDT 2008


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




More information about the Haskell-Cafe mailing list