@hackage conduit-audio-sndfile0.1.2.2
conduit-audio interface to the libsndfile audio file library
Categories
License
BSD-3-Clause
Maintainer
miketolly@gmail.com
Links
Versions
Installation
Dependencies (7)
- base >=4.6 && <5
- conduit
- conduit-audio >=0.1 && <0.3
- hsndfile
- hsndfile-vector
- resourcet Show all…
Dependents (2)
@hackage/acme-everything, @hackage/vocoder-audio
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.