
11 Dec
2007
11 Dec
'07
2:32 p.m.
On 11 Dec 2007, jwlato@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