3

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.

Caspar Kleijne
  • 21,552
  • 13
  • 72
  • 102
Rosmarine Popcorn
  • 10,761
  • 11
  • 59
  • 89
  • possible duplicate of [How do I compare 2 audio files, returning a percentage of difference.](http://stackoverflow.com/questions/2306079/how-do-i-compare-2-audio-files-returning-a-percentage-of-difference) – Caspar Kleijne Feb 04 '11 at 13:58

2 Answers2

2

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

CodesInChaos
  • 106,488
  • 23
  • 218
  • 262
1

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

iTSrAVIE
  • 846
  • 3
  • 12
  • 26