compute-mfcc icon indicating copy to clipboard operation
compute-mfcc copied to clipboard

A simple MFCC extractor using C++ STL and C++11

Results 8 compute-mfcc issues
Sort by recently updated
recently updated
newest added

hi i have doubt in initFilterbank which calculate about filterCentreFreq not use f(i)=floor((nfft+1)∗h(i)/samplerate)

Hi, I was trying to compare your mfcc w.r.t librosa mfcc and I found lot of difference. Here are my arguments for librosa. I was able to match the other...

Just wondering how hard it would be to modify your code to with with 32bit floats. We have made a couple of attempts but end up with garbage out. Any...

I want to use part of this code to extract filter bank features, but I don't understand what is the function of a part named //Apply Mel-flooring? And it will...

Since I just have wav file with sample rate of 44100, can I just simply modify the sampFreq in MFCC constructor from 16000 to 44100?