Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Audio fingerprinting library (java) [closed]

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

like image 698
Claudiu Avatar asked Apr 03 '10 09:04

Claudiu


3 Answers

This open source project called musicg can help you

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

like image 84
dennisy Avatar answered Nov 19 '22 13:11

dennisy


  • See this question.

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

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.

like image 20
John Avatar answered Nov 19 '22 13:11

John


There are many libraries for Audio Fingerprinting. Unfortunately most of them are not in Java. Most of them are in C or python. You can search for AcoustID, pHash, jHears, Echoprint.

like image 38
Murtaza Zaidi Avatar answered Nov 19 '22 12:11

Murtaza Zaidi