[Haskell-cafe] library to read/write audio files

Jed Brown jed at 59A2.org
Tue Dec 11 14:32:29 EST 2007


On 11 Dec 2007, jwlato at gmail.com wrote:
> Also, sound data is currently read into a list.  I will probably
> change this at some point in the future, most likely copying the lazy
> bytestring implementation and using a list of CFloat arrays.

Perhaps you are looking for storablevector which is a direct
generalization of bytestring from Word8 to any Storable.  It is not in
hackage yet, but seems stable.  There isn't a `lazy' version, but that
could be changed.

http://code.haskell.org/~sjanssen/storablevector

Jed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20071211/fa6d8c24/attachment.bin


More information about the Haskell-Cafe mailing list