Acoustic fingerprint code for iOS?

旧城冷巷雨未停 提交于 2019-12-06 05:37:05

问题


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


回答1:


  1. Not of my knowledge
  2. No problem for a veteran, that won't be easy, but achievable.
  3. Never looked into.

Even in java, this might be an interesting reading.

Before doing anything, especially if you intend to sell on AppStore, take care that these techniques/algorithms are patented. Read what happened to the above blog post writer.




回答2:


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!




回答3:


Will the Accelerate DSP library in iOS able to handle such a task? NO

I also notice that you put the tag "voice recognition". Just to make sure voice recognition as nothing to do with audio identification/acoustic fingerprinting !!



来源:https://stackoverflow.com/questions/5692310/acoustic-fingerprint-code-for-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!