Audio Matching in Android
In server audio files are there having 2 minutes. I have to record some audio(in 5- 10 sec) on Android device and then send to server to match.
I ha开发者_开发知识库ve to match audio.
How to do this ?
Alex Restrepo was able to get the open source Echoprint code running on Android. Sounds like exactly what you are looking for. You can read more about it here:
https://aci.cis.gvsu.edu/2012/01/25/android-echoprint/
The code along with a sample Android application using it can be found here:
https://github.com/gvsumasl/EchoprintForAndroid
Acoustic Fingerprinting?
Or, see this article: Efficient Index-Based Audio Matching
精彩评论