Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Acoustic fingerprint code for iOS?

I've started looking on the subject of Acoustic Fingerprint (http://en.wikipedia.org/wiki/Acoustic_fingerprint) for a pet project of mine for the iOS and I was wondering if there are:

  1. Any opensource libraries or source code for the iOS that handle this?
  2. Assuming I'm a veteran jack of all trades coder, is it very problematic to implement this myself if there is no open-source versions?
  3. Will the Accelerate DSP library in iOS able to handle such a task?

Thanks

like image 695
Ron Avatar asked Dec 22 '22 15:12

Ron


1 Answers

you may want to check out the EchoPrint CodeGen library by The Echo Nest. They even have a fully functional iOS code example.

You can find some additional links to open source audio fingerprinting related software in this MusicBrainz article, but AFAIK the EchoPrint library is the only one that has a license that is compatible with iOS apps.

Good Luck!

like image 163
urish Avatar answered Dec 24 '22 05:12

urish