@hackage hsndfile0.3.3
Haskell bindings for libsndfile
Installation
Tested Compilers
Dependencies (4)
Dependents (8)
@hackage/hsndfile-vector, @hackage/repa-sndfile, @hackage/acme-everything, @hackage/hsc3-sf-hsndfile, @hackage/conduit-audio-sndfile, @hackage/vocoder-audio, Show all…
HSndfile
HSndfile is a Haskell interface to Eric de Castro Lopo's libsndfile.
Build requirements
- ghc 6.X.X (tested with ghc-6.8.1)
- c2hs
Build instructions
Build the library
$ runhaskell Setup.hs configure
$ runhaskell Setup.hs build
Build the documentation
$ runhaskell Setup.hs haddock
Installation
# runhaskell Setup.hs install
Usage
The interface is very similar to libsndfile's C API, although some changes were made in order to conform to Haskell naming conventions.
TODO
- TODO: sf_command interface