> From: stefan kersten <[email protected]> > > 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
