dspavankumar / compute-mfcc

A simple MFCC extractor using C++ STL and C++11
GNU General Public License v3.0
116 stars 34 forks source link

does it support first order n second order coefficients for mfcc #1

Open annamnara opened 6 years ago

dspavankumar commented 6 years ago

No, it currently doesn't support the first and second order differences. However, it's simple to compute them.