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 this code distinguish between mono and stereo audio? #7

Open jiemojiemo opened 4 years ago

dspavankumar commented 4 years ago

Thanks for pointing out, it did not distinguish multi-channel data and behaved incorrectly in such cases. For now I added a short code to throw an exception for multi-channel data. It might take some time before I add multi-channel support. Please let me know if you have a version already. Thanks.