# HG changeset patch # User Paul Brossier # Date 1422707643 -3600 # Node ID 8d1b2d4cef8d4eab869d7a7632279728dd4aee1b # Parent 66c38be4c67d225ca5446c043234eefcfd04324b vamp-aubio.n3: fix mel filters to 40 for now, sync descriptions diff -r 66c38be4c67d -r 8d1b2d4cef8d vamp-aubio.n3 --- a/vamp-aubio.n3 Sat Jan 31 13:33:26 2015 +0100 +++ b/vamp-aubio.n3 Sat Jan 31 13:34:03 2015 +0100 @@ -520,10 +520,10 @@ 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_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 ;