# HG changeset patch # User luisf # Date 1378462556 -3600 # Node ID 2920df6dc2469aeece3fb61ad8f748807116ff36 # Parent f0d29b4dd81ccbca92dcd818a5455274436ddb7e added further references to OnsetDS diff -r f0d29b4dd81c -r 2920df6dc246 vamp-plugins_abstract/qmvamp-mirex2013.bib --- a/vamp-plugins_abstract/qmvamp-mirex2013.bib Fri Sep 06 11:11:07 2013 +0100 +++ b/vamp-plugins_abstract/qmvamp-mirex2013.bib Fri Sep 06 11:15:56 2013 +0100 @@ -13,4 +13,17 @@ title = {Adaptive whitening for improved real-time audio onset detection}, booktitle = {Proceedings of the International Computer Music Conference (ICMC'07)}, year = {2007} -} \ No newline at end of file +} + + @inproceedings{chris2003a, + author = {Chris Duxbury and Juan Pablo Bello and Mike Davies and Mark Sandler}, + title = {Complex Domain Onset Detection for Musical Signals}, + booktitle = {Proceedings of the 6th Int. Conference on Digital Audio Effects (DAFx-03) }, + year = {2003} +} +@inproceedings{dan2005a, + author = {Dan Barry and Derry Fitzgerald and Eugene Coyle and Bob Lawlor}, + title = {Drum Source Separation using Percussive Feature Detection and Spectral Modulation}, + booktitle = {ISSC 2005}, + year = {2005} +} diff -r f0d29b4dd81c -r 2920df6dc246 vamp-plugins_abstract/qmvamp-mirex2013.tex --- a/vamp-plugins_abstract/qmvamp-mirex2013.tex Fri Sep 06 11:11:07 2013 +0100 +++ b/vamp-plugins_abstract/qmvamp-mirex2013.tex Fri Sep 06 11:15:56 2013 +0100 @@ -73,10 +73,12 @@ \section{Audio Onset Detection} -The Note Onset Detector VAMP plugin\cite{dan2007a} analyses a single channel of audio and estimates the onset times of notes within the music -- that is, the times at which notes and other audible events begin. +The Note Onset Detector VAMP plugin analyses a single channel of audio and estimates the onset times of notes within the music -- that is, the times at which notes and other audible events begin. It calculates an onset likelihood function for each spectral frame, and picks peaks in a smoothed version of this function. The plugin is non-causal, returning all results at the end of processing. +Please read refer to the following publication for the basic detection methods~\cite{chris2003a}. The Adaptative Whitening technique is described in~\cite{dan2007a}. The Percussion Onset detector is described in~\cite{dan2005a}. + \section{Audio Structural Segmentation}