Someone know any acoustic fingerprint API opensource or freeware? Preferable windows compatible. I only need the fingerprint part, not to connect to a remote DB to check audio metadata
Thanks
|
Someone know any acoustic fingerprint API opensource or freeware? Preferable windows compatible. I only need the fingerprint part, not to connect to a remote DB to check audio metadata Thanks
| |||
|
feedback
|
|
This open source project called musicg can help you | |||
|
feedback
|
|
Have you already checked the ones listed in MusicBrainz documentation about audio fingerprinting? | |||
|
feedback
|
|
Acoustid provides both the fingerprint generator and the online database which you can query with the fingerprint to find MusicBrainz sourced metadata. Sounds like you're most interested in Chromaprint, the code for generating the fingerprint itself. It's written in C but there are examples of calling it from Python. The code is here. I have personally also used it from Java, using JNA. | |||
|
feedback
|
|
haven't used it myself though | |||
|
feedback
|
| |||||||
feedback
|