perivar / FindSimilar

An audio fingerprinting utility that search a directory of audio samples and then lets you find similiarties by id or by dropping an audio file onto the gui
49 stars 37 forks source link

Mfcc versions #3

Open gertkommer opened 7 years ago

gertkommer commented 7 years ago

In the project there are a few mfcc variants. I am currently trying to get a result from the /Comirva/audio/mfcc.cs but the results of the processwindow is always zeroes. Does all of the code work and am I doing something wrong?

Since I couldn't find another way of contacting you on github I created an issue.

perivar commented 7 years ago

As you have noticed the find similar project is in a mess, which is why I cleaned up in the findsimilar2 repository. However the best mfcc implementation can be found in the utils repository: https://github.com/perivar/CommonUtils/blob/master/Library/Source/MathLib/FeatureExtraction/MFCC.cs Maybe this can help you?