view README @ 75:e98a33e56cdd

Makefile: splitted for osx/linux/mingw32
author Paul Brossier <piem@piem.org>
date Wed, 28 Jan 2015 15:31:09 +0100
parents 4b17a8de5bb4
children
line wrap: on
line source

vamp-aubio-plugins
==================

A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for audio
feature extraction using the aubio library (http://aubio.org/).

This set includes five plugins: Onset for onset detection, Pitch for
pitch tracking, Notes for combined onset and pitch, Tempo to estimate
and track beats based on onset locations, and Silence to find sections
of audio that are quieter than a given RMS signal level.  These
plugins compile into a single plugin library called vamp-aubio.so (the
file extension may vary depending on your platform).

To build: Make sure you have the Vamp plugin SDK and aubio
installed. (A version of aubio dating from at least July 2012 is
required.) These are available at the URLs given at the top.  Edit the
Makefile appropriately, and type "make".  If the build succeeds, copy
the vamp-aubio library file into your personal or system Vamp plugin
location.

These plugins are Copyright 2007-2012 Chris Cannam, distributed under the
GNU General Public License.  (Of course, the real work is done by the
aubio library.)