COPYING: update to GPLv3
[vamp-aubio-plugins.git] / vamp-aubio.n3
index 8139dcb..9bcebd6 100644 (file)
@@ -520,10 +520,10 @@ plugbase:aubiomfcc a   vamp:Plugin ;
 plugbase:aubiomfcc_param_nfilters a  vamp:Parameter ;
     vamp:identifier     "nfilters" ;
     dc:title            "Number of filters" ;
-    dc:description      """Size of filterbank used to compute MFCCs""" ;
+    dc:description      """Size of filterbank used to compute MFCCs (fixed to 40 for now)""" ;
     dc:format           "" ;
-    vamp:min_value       10 ;
-    vamp:max_value       100 ;
+    vamp:min_value       40 ;
+    vamp:max_value       40 ;
     vamp:unit           ""  ;
     vamp:default_value   40 ;
     vamp:value_names     ();
@@ -568,7 +568,7 @@ plugbase:aubiomelenergy a   vamp:Plugin ;
 plugbase:aubiomelenergy_param_nfilters a  vamp:Parameter ;
     vamp:identifier     "nfilters" ;
     dc:title            "Number of filters" ;
-    dc:description      """Size of filterbank used to compute mel-frequency bands""" ;
+    dc:description      """Size of filterbank used to compute mel bands (fixed to 40 for now)""" ;
     dc:format           "" ;
     vamp:min_value       40 ;
     vamp:max_value       40 ;