Mercurial > hg > vamp-aubio-plugins
changeset 97:8d1b2d4cef8d
vamp-aubio.n3: fix mel filters to 40 for now, sync descriptions
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sat, 31 Jan 2015 13:34:03 +0100 |
parents | 66c38be4c67d |
children | fbd083f2428e |
files | vamp-aubio.n3 |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 ;