Hello Haskell artists,

I'm looking for a wave file manipulation library in Haskell. Basically, a
library that will allow me to do something like the following:

do wave1 <- readWave "wave1.wav"
   wave2 <- readWave "wave2.wav"
   let wave3 = wave1 `appendWave` (pitchUp 2 wave2)
   writeWave wave3

I had a quick look around on Hackage, but it wasn't so clear to me whether
any of the approaches there supported operations such as |appendWave| and
|pitchUp|. I don't mind if I have to use one library to read/write wave
files, and another to manipulate them.

Any pointers? Thank you in advance!


Best regards,
Pedro

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/7oh5KsdGWL4ZUj21OzeIvU

To leave Haskell Art, email haskell-...@group.lurk.org with the following email 
subject: unsubscribe

Reply via email to