arsenetar / dupeguru

Find duplicate files
https://dupeguru.voltaicideas.net
GNU General Public License v3.0
5.21k stars 412 forks source link

Fuzzy audio matching #1177

Open apolinario opened 9 months ago

apolinario commented 9 months ago

Is your feature request related to a problem? Please describe. I have audio files that don’t have tags and are in different formats (wav,mp3, etc) and may have been mixed slightly differently

Describe the solution you'd like Fuzzy match audio contents similar to how it’s done with images

FredWahl commented 7 months ago

I think the best way to solve this and similar issues would be an api. You write the code that compares files and return true or false if you think two files are similar enough depending on your own logic. I’m sure there would be all kinds of projects that would try to do this. You should suggest a general API