* Fix substantial amount of wrongness in getRemainingFeatures
[vamp-aubio-plugins.git] / README
1
2 vamp-aubio-plugins
3 ==================
4
5 A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for
6 audio feature extraction using Paul Brossier's aubio (http://aubio.piem.org/).
7
8 This set includes five plugins: Onset for onset detection, Pitch for
9 pitch tracking, Notes for combined onset and pitch, Tempo to estimate
10 and track beats based on onset locations, and Silence to find sections
11 of audio that are quieter than a given RMS signal level.  These
12 plugins compile into a single plugin library called vamp-aubio.so (the
13 file extension may vary depending on your platform).
14
15 To build: Make sure you have aubio-0.3.2 or newer installed, and the
16 Vamp plugin SDK.  These are available at the URLs given at the top.
17 Edit the Makefile appropriately, and type "make".  If the build
18 succeeds, copy the vamp-aubio library file into your personal or
19 system Vamp plugin location.
20
21 These plugins are Copyright 2007 Chris Cannam, distributed under the
22 GNU General Public License.  (Of course, the real work is done by the
23 aubio library.)
24