Playing and combining audio files

Hello, I'm searching for a library with which I can process audio files (.wav or .mp3). All I need is functions with which I can - play audio files - concat several audio files to one audio file Can you suggest a library for this task? I looked through http://hackage.haskell.org/packages/archive/pkg-list.html#cat:sound but I didn't manage to find ways to do this respectively sample code for this. Any hints are welcome- thanks, Tobias

Hsc3 might be more than you're looking for, but it does play audio files
and it does it elegantly. Maybe not the right tool for the task, though.
Tom
On Sep 11, 2012 3:17 PM, "Tobias"
Hello,
I'm searching for a library with which I can process audio files (.wav or .mp3). All I need is functions with which I can - play audio files - concat several audio files to one audio file
Can you suggest a library for this task? I looked through http://hackage.haskell.org/**packages/archive/pkg-list.**html#cat:soundhttp://hackage.haskell.org/packages/archive/pkg-list.html#cat:soundbut I didn't manage to find ways to do this respectively sample code for this.
Any hints are welcome- thanks, Tobias
______________________________**_________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/**mailman/listinfo/beginnershttp://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Tobias
-
Tom Murphy