name: conduit-audio-sndfile
version: 0.1.2.2
author: Michael Tolly
maintainer: miketolly@gmail.com
license: BSD3
license-file: LICENSE
category: Sound
build-type: Simple
cabal-version: >= 1.10
homepage: http://github.com/mtolly/conduit-audio
bug-reports: http://github.com/mtolly/conduit-audio/issues
synopsis: 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@.
library
exposed-modules:
Data.Conduit.Audio.Sndfile
build-depends:
base >= 4.6 && < 5
, conduit
, conduit-audio >= 0.1 && < 0.3
, hsndfile
, hsndfile-vector
, resourcet
, transformers >= 0.3 && < 0.6
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -O2
source-repository head
type: git
location: http://github.com/mtolly/conduit-audio