Mercurial > hg > vamp-aubio-plugins
comparison plugins/Mfcc.cpp @ 79:f482dafd340a
plugins/Mfcc.cpp: expand mfcc
author | Paul Brossier <piem@piem.org> |
---|---|
date | Wed, 28 Jan 2015 20:57:44 +0100 |
parents | ecaaac755073 |
children | 66c38be4c67d |
comparison
equal
deleted
inserted
replaced
78:35305d617a31 | 79:f482dafd340a |
---|---|
191 { | 191 { |
192 OutputList list; | 192 OutputList list; |
193 | 193 |
194 OutputDescriptor d; | 194 OutputDescriptor d; |
195 d.identifier = "mfcc"; | 195 d.identifier = "mfcc"; |
196 d.name = "Mfcc"; | 196 d.name = "Mel-Frequency Cepstrum Coefficients"; |
197 d.description = "List of detected Mel-Frequency Cepstrum Coefficients"; | 197 d.description = "List of detected Mel-Frequency Cepstrum Coefficients"; |
198 d.unit = ""; | 198 d.unit = ""; |
199 d.hasFixedBinCount = true; | 199 d.hasFixedBinCount = true; |
200 d.binCount = m_ncoeffs; | 200 d.binCount = m_ncoeffs; |
201 d.isQuantized = true; | 201 d.isQuantized = true; |