annotate README @ 48:a89bf6c93ebc

Added tag 0.4.0 for changeset 8114ebe03b69
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Dec 2012 13:55:25 +0000
parents 7147f8b60a16
children 4b17a8de5bb4
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@19 8 This set includes five plugins: Onset for onset detection, Pitch for
cannam@19 9 pitch tracking, Notes for combined onset and pitch, Tempo to estimate
cannam@19 10 and track beats based on onset locations, and Silence to find sections
cannam@19 11 of audio that are quieter than a given RMS signal level. These
cannam@19 12 plugins compile into a single plugin library called vamp-aubio.so (the
cannam@19 13 file extension may vary depending on your platform).
cannam@6 14
cannam@39 15 To build: Make sure you have the Vamp plugin SDK and aubio
cannam@39 16 installed. (A version of aubio dating from at least July 2012 is
cannam@39 17 required.) These are available at the URLs given at the top. Edit the
cannam@39 18 Makefile appropriately, and type "make". If the build succeeds, copy
cannam@39 19 the vamp-aubio library file into your personal or system Vamp plugin
cannam@39 20 location.
cannam@6 21
cannam@38 22 These plugins are Copyright 2007-2012 Chris Cannam, distributed under the
cannam@6 23 GNU General Public License. (Of course, the real work is done by the
cannam@6 24 aubio library.)
cannam@6 25