I need a software or a library which handles with audio comparison, but not using the tag's inside mp3 ,it should compare similarity or confidence between 2 audio Files, or if i cut a piece from an audio file, the software should point where is that file token from the main audio file (i hope i was clear enough).

So how i heard this technology is called Audio Acoustic Comparing, and based on some audio sample file, which we can call fingerprint. The software should point me if it finds an equivalent of the input sample or fingerprint, somewhere in the file.

Bests.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

libfooid is free. It's dual licensed as GPL and as a BSD like license.

link|improve this answer
feedback

check An Industrial-Strength Audio Search Algorithm (PDF) at http://www.ee.columbia.edu/~dpwe/papers/Wang03-shazam.pdf

link|improve this answer
AFAIK shazam is patented, and the patent holder enforces the patent. – CodeInChaos Feb 4 '11 at 14:45
1  
+1 for the link. I always wondered how that worked. – finnw Feb 4 '11 at 15:53
Is this really a solution to the question which parts of the audio files correspond? – Sney Jun 22 '11 at 19:33
@Sney I think this one can't give you a good similarity measure, but it most likely can tell you which parts of an audio file are similar. – CodeInChaos Jun 22 '11 at 19:37
feedback

Your Answer

 
or
required, but never shown

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