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

A Simple MFCC Feature Extractor using C++ STL and C++11

Features

Compilation

g++ -std=c++11 -O3 compute-mfcc.cc -o compute-mfcc

Usage Examples

License

GNU GPL V3.0

Contributors

D S Pavan Kumar