I want to implement an android app which compares recorded audio files with our sound database and reports a similiarity metric. The app will work somehow like Shazam but is matched against our database audio files. Can anyone point me to an open source project which implements adequate algorithms to do the sound recogognition/comparision on our server ? Thanks
views:
26answers:
1
+1
A:
Audio hashing is used to do such comparison. Here is a technical paper that addresses some of the challenges of audio hashing: http://www.eurasip.org/Proceedings/Eusipco/Eusipco2004/defevent/papers/cr1091.pdf
There are technologies that can be licensed for such purposes from companies like http://www.gracenote.com/
kingjeffrey
2010-04-14 07:14:32
Thanks i'll look into the paper! Is there really no open source implementation for this? I'm going to google it...
2010-04-14 07:28:15
http://www.phash.org/
2010-04-14 10:27:09