Findit icon indicating copy to clipboard operation
Findit copied to clipboard

Findit is a Python program which can detect audio clips from a database of stored audio files.

Results 5 Findit issues
Sort by recently updated
recently updated
newest added

Hi, I'm interested in finding near-duplicate audio files. My dataset is about 3000 thousands short audio files, between 0.5 seconds to 5 seconds. Unlike Shazam, both the "target" audio (i.e....

Colab Notebook with installation steps and basic usage. https://gist.github.com/Mr-Ruben/2de0313e2dbd2f7a67f65153f1d30642 I hope it may help others looking for what Findit offers.

There is no Shazam module, but there is a Findit.

https://github.com/methi1999/Findit/blob/398c8165b1981117e50ab8373e19d2a456fc2ea9/test_maker.py#L9 `from Shazam import Shazam` but there is no such package in the repo. The line appears within https://github.com/methi1999/Findit/blob/master/test_maker.py

Tell me how to change a song sufficiently that the audio fingerprint changes enough to make the song pass filters looking for duplicate songs. I'm looking for advice that works...