From dd4d254d5e3fbfa696b95499d489914b5ae2cfe2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Jan 2015 20:57:44 +0100 Subject: [PATCH] plugins/Mfcc.cpp: expand mfcc --- plugins/Mfcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0