Category "audio-fingerprinting"

Musicg fingerprint for audio input

In musicg I can compare fingerprints of Wave files by the following code : double score = new FingerprintsSimilarity( new Wave("voice1.wav").getFingerprin

Checking .wav files for similarity

I'm trying to compare .wav files for similarity. I used the google musicg library for that but I get bad scores for similar sounds. I compare two car motor soun

Online Comparison of Two Audio Files

so i was hoping to compare two audio files, one I have on my android phone, and one which is the exact same that I wish to record through the microphone. I fee