Are there any audio fingerprinting libraries written in Java? similar to libofa which was written in C++ or C#.

Thanks.

link|improve this question

50% accept rate
feedback

4 Answers

This open source project called musicg can help you

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

link|improve this answer
feedback
  • See this question.

  • phash isn't written in java, but has java bindings, so it can be called from java.

  • The MusicURI project

    Audio Fingerprinting

    Audio fingerprinting permits the identification of unlabelled audio, regardless of the format it is delivered in, or certain signal distortions it may have endured as a result of compression, filtering, transmission, etc. The unknown audio signal is identified via a compact representation of its spectral characteristics that is compared against all records in a reference database. MusicURI makes use of the MPEG-7 standard (formally known as the Multimedia Content Description Interface), which defines a universal mechanism for exchanging multimedia-related descriptive data, and has defined the Audio Signature Description Scheme as its audio fingerprinting tool, for the purpose of robust identification of audio signals.

link|improve this answer
do you think one of these could be used successfully with musicbrainz db ? or with freedb – Claudiu Apr 3 '10 at 15:58
feedback

Unfortunately they are not compatible.

link|improve this answer
feedback

Granted, I don't completely understand what you mean by "fingerprint" but I know you can get any information you could possibly want about audio or video in a cross-platform way for Free using Xuggler in Java. http://www.xuggle.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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