Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I found that some match matches are inaccurate. I want to know, is the time and hash generated by this audfprint continuous at the start-end time, or is it a peak value, which leads to the fact that if one song is 1 minute, another song 3 minutes, there are a lot of hashes in the previous minute in the last two minutes of the next song, which leads to the fact that the hash statistics are larger than one minute, resulting in inaccurate sorting, then the match situation is inaccurate, how to optimize this? #91

Open
xuboot opened this issue Oct 25, 2022 · 2 comments

Comments

@xuboot
Copy link

xuboot commented Oct 25, 2022

I found that some match matches are inaccurate. I want to know, is the time and hash generated by this audfprint continuous at the start-end time, or is it a peak value, which leads to the fact that if one song is 1 minute, another song 3 minutes, there are a lot of hashes in the previous minute in the last two minutes of the next song, which leads to the fact that the hash statistics are larger than one minute, resulting in inaccurate sorting, then the match situation is inaccurate, how to optimize this?

@dpwe
Copy link
Owner

dpwe commented Oct 25, 2022 via email

@xuboot
Copy link
Author

xuboot commented Oct 26, 2022

Thank you, in fact, I mainly do this operation, which is to intercept, merge, and use audfprint in a song or several songs.
Raw hash, time, my search logic is to count the number of hashes, sort by count and return to the user, I found that audfprint
The generated hash and time are random and not continuous, which leads to this situation audfprint
The search is not allowed, thank you very much, audfprint
Also this is a good project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants