[Haskell-cafe] Re: [Haskell] analogous functions in Sound.File.Sndfile

John Lato jwlato at gmail.com
Wed Jul 7 12:27:15 EDT 2010


> From: stefan kersten <sk at k-hornz.de>
>
> following up on haskell-cafe ...
>
>
> i just noticed though that the lazy versions don't work correctly because they
> don't take closing the file handle into account properly. i think they should be
> removed from the API, for incremental processing an iteratee interface would
> probably be more appropriate.

Incidentally I've been meaning to write an iteratee interface to
hsndfile for some time.  It would be an excellent fit, and it should
be quite simple to implement.  This would be a good small project for
someone interested in audio and iteratees.

John


More information about the Haskell-Cafe mailing list