* Update to support API versioning
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Tue, 27 Feb 2007 12:49:08 +0000 |
parents |
1ad0444bd0ff |
children |
8c154bb55af9 |
rev |
line source |
cannam@6
|
1
|
cannam@6
|
2 vamp-aubio-plugins
|
cannam@6
|
3 ==================
|
cannam@6
|
4
|
cannam@6
|
5 A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for
|
cannam@6
|
6 audio feature extraction using Paul Brossier's aubio (http://aubio.piem.org/).
|
cannam@6
|
7
|
cannam@6
|
8 This set includes three plugins: Onset for onset detection, Pitch for
|
cannam@6
|
9 pitch tracking, and Notes for combined onset and pitch. These plugins
|
cannam@6
|
10 compile into a single plugin library called vamp-aubio.so (the file
|
cannam@6
|
11 extension may vary depending on your platform).
|
cannam@6
|
12
|
cannam@6
|
13 To build: Make sure you have aubio-0.3.0 or newer installed, and the
|
cannam@6
|
14 Vamp plugin SDK. These are available at the URLs given at the top.
|
cannam@6
|
15 Edit the Makefile appropriately, and type "make". If the build
|
cannam@6
|
16 succeeds, copy the vamp-aubio library file into your personal or
|
cannam@6
|
17 system Vamp plugin location.
|
cannam@6
|
18
|
cannam@6
|
19 These plugins are Copyright 2006 Chris Cannam, distributed under the
|
cannam@6
|
20 GNU General Public License. (Of course, the real work is done by the
|
cannam@6
|
21 aubio library.)
|
cannam@6
|
22
|