-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comparison with rust-chromaprint
#6
Comments
Well, I missed that library when I was searching for a pure Rust implementation - it hadn't been published on crates.io at the time. From a quick glance, it seems like a more complete port, as it includes fingerprint compression, which I haven't needed so far. As to maturity, I'm aware that at least https://github.com/qarmin/czkawka uses it and they reported some issues which were fixed quite some time ago. |
That crate is still not published on crates.io and seems like it has been abandoned. From the code perspective, it looks like your code is more ideomatic rust, while the other one seems like a direct port with many C-isms. Maybe some benchmarks make sense.
Yup, I've seen this. They use it to compare audio fingerprints to determine similarity. My use case is different: I actually want to generate
I'm willing to contribute compression (I actually have a PoC), but my fingerprints differ from the |
See #9. |
First of all, sorry for my late response, but I haven't had much time lately.
That should be all what is needed as far as I recall.
Thanks, I'll take a look :) |
Awesome, thanks! |
How mature is this crate? And how does it compare to https://github.com/0xcaff/rust-chromaprint ?
The text was updated successfully, but these errors were encountered: