diff README @ 35:154f86cb8c99

* Add an implementation of Dan Barry's percussion onset detector
author cannam
date Wed, 20 Sep 2006 13:51:22 +0000
parents 13eae6cc6bac
children 7d237da42772
line wrap: on
line diff
--- a/README	Tue Aug 01 09:10:06 2006 +0000
+++ b/README	Wed Sep 20 13:51:22 2006 +0000
@@ -1,6 +1,7 @@
 
 Vamp
 ====
+http://www.sonicvisualiser.org/vamp.html
 
 An API for audio analysis and feature extraction plugins.
 
@@ -78,8 +79,12 @@
 
 Example plugins implemented using the C++ classes.  ZeroCrossing
 calculates the positions and density of zero-crossing points in an
-audio waveform; SpectralCentroid calculates the centre of gravity of
+audio waveform.  SpectralCentroid calculates the centre of gravity of
 the frequency domain representation of each block of audio.
+PercussionOnsetDetector estimates the locations of percussive onsets
+using a simple method described in "Drum Source Separation using
+Percussive Feature Detection and Spectral Modulation" by Dan Barry,
+Derry Fitzgerald, Eugene Coyle and Bob Lawlor, ISSC 2005.
 
  * host
 
@@ -118,6 +123,7 @@
 
 Sonic Visualiser, an interactive open-source graphical audio
 inspection, analysis and visualisation tool supporting Vamp plugins.
+http://www.sonicvisualiser.org/
 
 
 Chris Cannam