Mercurial > hg > constant-q-cpp
changeset 155:72dd182be968
Typo fix
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 14 Jul 2014 12:44:37 +0100 |
parents | 768c690975ea |
children | b34df30fd7e4 |
files | cqvamp.n3 vamp/CQChromaVamp.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cqvamp.n3 Mon Jul 14 12:42:30 2014 +0100 +++ b/cqvamp.n3 Mon Jul 14 12:44:37 2014 +0100 @@ -33,7 +33,7 @@ plugbase:cqchromavamp a vamp:Plugin ; dc:title "Chromagram" ; vamp:name "Chromagram" ; - dc:description """Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrapping it around into a single-octave chromagram.""" ; + dc:description """Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrap it around into a single-octave chromagram.""" ; foaf:maker :library_maker ; dc:rights """Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2014 QMUL. BSD/MIT licence.""" ; # cc:license <Place plugin license URI here and uncomment> ;
--- a/vamp/CQChromaVamp.cpp Mon Jul 14 12:42:30 2014 +0100 +++ b/vamp/CQChromaVamp.cpp Mon Jul 14 12:44:37 2014 +0100 @@ -82,7 +82,7 @@ string CQChromaVamp::getDescription() const { - return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrapping it around into a single-octave chromagram."; + return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrap it around into a single-octave chromagram."; } string