surette / audio-matcher

1 stars 1 forks source link

MP3/Wav comparison of altered files is fucked #10

Closed DMcNamara closed 10 years ago

DMcNamara commented 11 years ago

Commenting out convertToMono appears to fix it?

All should match: x1.wav<->x2.wav -> Match x1.mp3<->x2.mp3 -> Match

x1.wav<->x1.mp3 -> Match x2.wav<->x2.mp3 -> Match

x1.mp3<->x2.wav -> No Match x1.wav<->x2.mp3 -> No Match

surette commented 10 years ago

now significantly less fucked, compare frequencies instead of magnitudes

also use Hz rather than arbitrary -.5 and .5 bounds

https://github.com/surette/softwaredev/commit/1f99a92df415f8df80cdaec669d7765daf945718