diff plugins/MelEnergy.cpp @ 96:66c38be4c67d

plugins/{Mfcc,MelEnergy}.cpp: fix mel filters to 40 for now, improve description
author Paul Brossier <piem@piem.org>
date Sat, 31 Jan 2015 13:33:26 +0100
parents e6815bf4a826
children b147d06397bc
line wrap: on
line diff
--- a/plugins/MelEnergy.cpp	Sat Jan 31 13:14:26 2015 +0100
+++ b/plugins/MelEnergy.cpp	Sat Jan 31 13:33:26 2015 +0100
@@ -146,7 +146,7 @@
     ParameterDescriptor desc;
     desc.identifier = "nfilters";
     desc.name = "Number of filters";
-    desc.description = "Size of filterbank used to Mel Bands (40)";
+    desc.description = "Size of filterbank used to compute mel bands (fixed to 40 for now)";
     desc.minValue = 40;
     desc.maxValue = 40;
     desc.defaultValue = 40;