-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Add tool to find similar music #132
Comments
adding to this - would be interesting to see if this could be done via the use of AcoustIDs, which is what MusicBrainz Picard uses to match untagged music to the MusicBrainz database |
This should be pretty easy to implement using fpcalc. I could take a crack at implementing it. |
For now I don't see possible Rust crate which could be used to do this Looks that Symphonia can do it, but such feature needs to be implemented as new crate - pdeljanov/Symphonia#50 |
This easiest way to do this would be to invoke fpcal instead of using a library. But I understand if you don't want to do it that way. |
Quite interesting... could be down to help with this, although I have no production experience with rust. |
I had a look at implementing this using AcoustID fingerprints, and there's two issues that I found
|
Hello! I'm working on a pure Rust port of chromaprint https://github.com/darksv/rusty-chromaprint |
Looks that rusty-fingerprint is the best available option:
so except maybe some performance improvements during comparing fingerprints in Czkawka and/or library side, I don't think that this application needs anything else from this library |
It would be great if Czkawka will have tool to find similar music.
It should find some sort of remixes.
The text was updated successfully, but these errors were encountered: