cannam@6: cannam@6: vamp-aubio-plugins cannam@6: ================== cannam@6: cannam@6: A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for cannam@6: audio feature extraction using Paul Brossier's aubio (http://aubio.piem.org/). cannam@6: cannam@19: This set includes five plugins: Onset for onset detection, Pitch for cannam@19: pitch tracking, Notes for combined onset and pitch, Tempo to estimate cannam@19: and track beats based on onset locations, and Silence to find sections cannam@19: of audio that are quieter than a given RMS signal level. These cannam@19: plugins compile into a single plugin library called vamp-aubio.so (the cannam@19: file extension may vary depending on your platform). cannam@6: cannam@19: To build: Make sure you have aubio-0.3.2 or newer installed, and the cannam@6: Vamp plugin SDK. These are available at the URLs given at the top. cannam@6: Edit the Makefile appropriately, and type "make". If the build cannam@6: succeeds, copy the vamp-aubio library file into your personal or cannam@6: system Vamp plugin location. cannam@6: cannam@16: These plugins are Copyright 2007 Chris Cannam, distributed under the cannam@6: GNU General Public License. (Of course, the real work is done by the cannam@6: aubio library.) cannam@6: