Description
conduit-audio interface to the libsndfile audio file library.
Description
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
.