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

link|improve this question

57% accept rate
feedback

5 Answers

This open source project called musicg can help you

http://code.google.com/p/musicg/

link|improve this answer
feedback

Have you already checked the ones listed in MusicBrainz documentation about audio fingerprinting?

link|improve this answer
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.

link|improve this answer
feedback

http://www.w140.com/audio/

haven't used it myself though

link|improve this answer
feedback
  • Already mentioned MusicBrainz (and related projects: MusicDNS, may be something else).
  • GraceNote (seems to be free for non-commercial use).
link|improve this answer
1  
Gracenote is definitely not free for anything. :) – Lukáลก Lalinský May 15 '11 at 10:06
May be I am wrong, but from the here (doors.gracenote.com/developer) I understood, that it is free for a non-commercial use. – VitalyVal May 18 '11 at 17:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.