worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Use matching_count instead of dedup_hashes #243

Open nykim11 opened 3 years ago

nykim11 commented 3 years ago

I change hashes_matched variable to fix a bug that I mentioned in #242 .

This change make dedup_hashes: Dict[str, int] argument of the function (in line 175) not used, but I did not delete it for now.