Audio fingerprinting system in Java [closed]

独自空忆成欢 提交于 2019-12-12 07:17:37

问题


Are there any audio fingerprinting systems (PUID, etc) that are implemented in pure Java (for running on Android)?


回答1:


Sony Ericsson has a pure Java audio recognition app, called TrackID, on their new Android phone. It has also been available on J2ME and presumably other phones for a while. It was developed by Cybercom.

However, it doesn't generate a fingerprint — the audio data is sent to a remote server for identification. As you need to be online anyway to do track identification, I imagine most music recognition apps work in this way.



来源:https://stackoverflow.com/questions/1992161/audio-fingerprinting-system-in-java

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