Mercurial > hg > mirex2013
changeset 34:b2d9512e2e51 abstract
VAMP -> Vamp
author | Chris Cannam |
---|---|
date | Fri, 06 Sep 2013 16:41:49 +0100 |
parents | 929391dcf778 |
children | d96ec36441c6 |
files | vamp-plugins_abstract/qmvamp-mirex2013.tex |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp-plugins_abstract/qmvamp-mirex2013.tex Fri Sep 06 16:39:23 2013 +0100 +++ b/vamp-plugins_abstract/qmvamp-mirex2013.tex Fri Sep 06 16:41:49 2013 +0100 @@ -57,7 +57,7 @@ The Tempo and Beat Tracker Vamp plugin was written by Matthew Davies and Christian Landone. \section{Audio Key Detection} -The Key Detector VAMP plugin anlyses a single channel of audio and continuously estimates the key of the music by comparing the degree to which a block-by-block chromagram correlates to the stored key profiles for each major and minor key. +The Key Detector Vamp plugin anlyses a single channel of audio and continuously estimates the key of the music by comparing the degree to which a block-by-block chromagram correlates to the stored key profiles for each major and minor key. This plugin uses the correlation method described in \cite{krumhansl1990} and \cite{gomez2006}, but using different tone profiles. The key profiles used in this implementation are drawn from analysis of Book I of the Well Tempered Klavier by J S Bach, recorded at A=440 equal temperament, as described in \cite{noland2007signal}. @@ -65,7 +65,7 @@ \section{Audio Onset Detection} -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. +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. @@ -73,7 +73,7 @@ \section{Audio Structural Segmentation} -The Segmenter VAMP plugin divides a single channel of music up into structurally consistent segments. It returns a numeric value (the segment type) for each moment at which a new segment starts. +The Segmenter Vamp plugin divides a single channel of music up into structurally consistent segments. It returns a numeric value (the segment type) for each moment at which a new segment starts. For music with clearly tonally distinguishable sections such as verse, chorus, etc., segments with the same type may be expected to be similar to one another in some structural sense. For example, repetitions of the chorus are likely to share a segment type.