change lower pitch limit to D#1
[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 three plugins: Onset for onset detection, Pitch for
9 pitch tracking, and Notes for combined onset and pitch.  These plugins
10 compile into a single plugin library called vamp-aubio.so (the file
11 extension may vary depending on your platform).
12
13 To build: Make sure you have aubio-0.3.0 or newer installed, and the
14 Vamp plugin SDK.  These are available at the URLs given at the top.
15 Edit the Makefile appropriately, and type "make".  If the build
16 succeeds, copy the vamp-aubio library file into your personal or
17 system Vamp plugin location.
18
19 These plugins are Copyright 2006 Chris Cannam, distributed under the
20 GNU General Public License.  (Of course, the real work is done by the
21 aubio library.)
22