comparison plugins/MFCCPlugin.cpp @ 118:4a354c18e688

* Make chromagram and constant-Q plugins start at a somewhat higher low frequency, by default, for speed * Add adaptive spectrogram and DWT to the RDF descriptions, and update version numbers, copyrights etc (Version numbers should now all be correct for the next, 1.6 release)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 05 Jun 2009 15:22:04 +0000
parents e51152b7ee06
children c655fa61884f
comparison
equal deleted inserted replaced
117:2199486d2187 118:4a354c18e688
81 } 81 }
82 82
83 string 83 string
84 MFCCPlugin::getCopyright() const 84 MFCCPlugin::getCopyright() const
85 { 85 {
86 return "Plugin by Nicolas Chetry and Chris Cannam. Copyright (c) 2008 QMUL - All Rights Reserved"; 86 return "Plugin by Nicolas Chetry and Chris Cannam. Copyright (c) 2009 QMUL - All Rights Reserved";
87 } 87 }
88 88
89 MFCCPlugin::ParameterList 89 MFCCPlugin::ParameterList
90 MFCCPlugin::getParameterDescriptors() const 90 MFCCPlugin::getParameterDescriptors() const
91 { 91 {