# HG changeset patch # User Paul Brossier # Date 1469196865 -7200 # Node ID d41b5d593fc4242a8ca48229f31961a120f1ad35 # Parent c89b3954de006187ef6256c9bee481695d7d1fc4 vamp-aubio.n3: improve rdf description diff -r c89b3954de00 -r d41b5d593fc4 vamp-aubio.n3 --- a/vamp-aubio.n3 Fri Jul 22 15:49:33 2016 +0200 +++ b/vamp-aubio.n3 Fri Jul 22 16:14:25 2016 +0200 @@ -523,7 +523,7 @@ dc:title "Aubio Mfcc Extractor" ; vamp:name "Aubio Mfcc Extractor" ; vamp:category "Low Level Features" ; - dc:description """Detect levels below a certain threshold""" ; + dc:description """Extract Mel-Frequency Cepstrum Coefficients""" ; foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; @@ -559,15 +559,13 @@ vamp:default_value 13 ; vamp:value_names (); . -plugbase:aubiomfcc_output_silencelevel a vamp:DenseOutput ; +plugbase:aubiomfcc_output_mfcc a vamp:DenseOutput ; vamp:identifier "mfcc" ; dc:title "Mel-Frequency Cepstrum Coefficients" ; dc:description """List of detected Mel-Frequency Cepstrum Coefficients""" ; - dc:description """""" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; - a vamp:QuantizedOutput ; - vamp:bin_count 1 ; + vamp:bin_count 0 ; . plugbase:aubiomelenergy a vamp:Plugin ; dc:title "Aubio Mel-Frequency Bands Extractor" ;