From: Chris Cannam Date: Mon, 23 Apr 2007 15:39:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: hgimport~34 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5695f60d986608a75212cc34945b8852181d1af6;p=vamp-aubio-plugins.git --- diff --git a/README b/README index 3ccb10e..14bb7f4 100644 --- a/README +++ b/README @@ -5,8 +5,9 @@ vamp-aubio-plugins A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for audio feature extraction using Paul Brossier's aubio (http://aubio.piem.org/). -This set includes three plugins: Onset for onset detection, Pitch for -pitch tracking, and Notes for combined onset and pitch. These plugins +This set includes four plugins: Onset for onset detection, Pitch for +pitch tracking, Notes for combined onset and pitch, and Tempo to +estimate and track beats based on onset locations. These plugins compile into a single plugin library called vamp-aubio.so (the file extension may vary depending on your platform). @@ -16,7 +17,7 @@ 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 2006 Chris Cannam, distributed under the +These plugins are Copyright 2007 Chris Cannam, distributed under the GNU General Public License. (Of course, the real work is done by the aubio library.)