[Haskell] [ANN] hsndfile 0.7

Stefan Kersten sk at k-hornz.de
Mon Mar 25 12:20:03 CET 2013


I am happy to announce version 0.7 of hsndfile [1], a set of Haskell bindings to the venerable libsndfile library.

This release is a bugfix and maintenance release, thanks to Roman Cheplyaka for his contributions!

Changes since 0.6 [3]:

* Read and write signed instead of unsigned integer samples and rename `sf_readf_wordXX` and `sf_writef_wordXX` to `sf_readf_intXX` and `sf_writef_intXX`, respectively
* Add new supported header and sample formats

Have fun,
sk

[1] http://hackage.haskell.org/package/hsndfile
[2] http://www.mega-nerd.com/libsndfile/
[3] https://github.com/kaoskorobase/hsndfile/blob/master/ChangeLog.md




More information about the Haskell mailing list