dpwe / audfprint

Landmark-based audio fingerprinting
MIT License
536 stars 121 forks source link

fix the --illustrate option so that it scales the hashes correctly #70

Open db48x opened 4 years ago

db48x commented 4 years ago

The hashes were not scaled to correctly overlay the spectrogram; they were squached and unreadable. I also changed it to display the hashes from the reference where the match was found in addition to the hashes from the query and those hashes that matched. There are also now checkboxes for turning each of these three on or off.

Fixes #65.