plugins/{MelEnergy,Mfcc,SpecDesc}.{cpp,h}: change package name to vamp-aubio-plugins
[vamp-aubio-plugins.git] / plugins / MelEnergy.cpp
index 995adee..779bffa 100644 (file)
@@ -5,7 +5,7 @@
 
     Copyright (C) 2006-2015 Paul Brossier <piem@aubio.org>
 
 
     Copyright (C) 2006-2015 Paul Brossier <piem@aubio.org>
 
-    This file is part of vamp-aubio.
+    This file is part of vamp-aubio-plugins.
 
     vamp-aubio is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
     vamp-aubio is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -146,7 +146,7 @@ MelEnergy::getParameterDescriptors() const
     ParameterDescriptor desc;
     desc.identifier = "nfilters";
     desc.name = "Number of filters";
     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;
     desc.minValue = 40;
     desc.maxValue = 40;
     desc.defaultValue = 40;