From: Paul Brossier Date: Wed, 28 Jan 2015 19:57:44 +0000 (+0100) Subject: plugins/Mfcc.cpp: expand mfcc X-Git-Tag: 0.5.0~34 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=dd4d254d5e3fbfa696b95499d489914b5ae2cfe2 plugins/Mfcc.cpp: expand mfcc --- diff --git a/plugins/Mfcc.cpp b/plugins/Mfcc.cpp index d2dab71..b65af4d 100644 --- a/plugins/Mfcc.cpp +++ b/plugins/Mfcc.cpp @@ -193,7 +193,7 @@ Mfcc::getOutputDescriptors() const OutputDescriptor d; d.identifier = "mfcc"; - d.name = "Mfcc"; + d.name = "Mel-Frequency Cepstrum Coefficients"; d.description = "List of detected Mel-Frequency Cepstrum Coefficients"; d.unit = ""; d.hasFixedBinCount = true;