bindings-vamp is a Haskell library that provides low-level bindings to the Vamp audio feature extraction plugin API.
Installation
Before building bindings-vamp, please install the plugin SDK first.
Then it should be enough to
$ cabal install bindings-vamp
Reporting bugs
Please report bugs in our issue tracker.
Development
bindings-vamp‘s source code is hosted at github. You can check out a copy of the repository with the following command:
git://github.com/kaoskorobase/bindings-vamp.git
