Android: Audio Matching (Audio Fingerprinting)

I'm writing an android app that plays an audio file and records what the phone is outputting simultaneously. When the recording is done, it would compare the recording against the original audio played and return whether they match and to what certainty.

I searched a lot and I found some libraries for audio fingerprinting, but they're mostly for music identification purposes.

Is there any libraries out there that I could use for this purpose? Would it make sense to write a custom algorithm for this?


您可以比较声波样本和样本(如数字),然后计算最大值,最小值,平均值差值等。

链接地址: http://www.djcxy.com/p/37326.html

上一篇: SQL Server 2012中的预定作业

下一篇: Android:音频匹配(音频指纹识别)