From: Paul Brossier Date: Sat, 31 Jan 2015 12:34:03 +0000 (+0100) Subject: vamp-aubio.n3: fix mel filters to 40 for now, sync descriptions X-Git-Tag: 0.5.0~16 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=601e83154169a0edfd6d58f29a8d188314b511eb;p=vamp-aubio-plugins.git vamp-aubio.n3: fix mel filters to 40 for now, sync descriptions --- diff --git a/vamp-aubio.n3 b/vamp-aubio.n3 index 8139dcb..9bcebd6 100644 --- a/vamp-aubio.n3 +++ b/vamp-aubio.n3 @@ -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 ;