comparison vamp/CQChromaVamp.cpp @ 155:72dd182be968

Typo fix
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 14 Jul 2014 12:44:37 +0100
parents 459beada2635
children 1081c73fbbe3
comparison
equal deleted inserted replaced
154:768c690975ea 155:72dd182be968
80 } 80 }
81 81
82 string 82 string
83 CQChromaVamp::getDescription() const 83 CQChromaVamp::getDescription() const
84 { 84 {
85 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."; 85 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.";
86 } 86 }
87 87
88 string 88 string
89 CQChromaVamp::getMaker() const 89 CQChromaVamp::getMaker() const
90 { 90 {