conduit-audio-sndfile

conduit-audio interface to the libsndfile audio file library

http://github.com/mtolly/conduit-audio

Latest on Hackage:0.1.2.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Michael Tolly
Maintained by [email protected]

A wrapper around hsndfile (binding to the libsndfile library) for use with conduit-audio, to load a wide variety of audio files as streams.

libsndfile is LGPL licensed, so you may dynamically link to it from a closed-source program. However, note that hsndfile is also LGPL licensed, so if your program is closed-source you also must dynamically link hsndfile.