changeset 27:2920df6dc246 abstract

added further references to OnsetDS
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Sep 2013 11:15:56 +0100
parents f0d29b4dd81c
children e1b69a7360a5
files vamp-plugins_abstract/qmvamp-mirex2013.bib vamp-plugins_abstract/qmvamp-mirex2013.tex
diffstat 2 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}
+}
--- 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}