Compare two voice in android
问题 I am working on one voice messaging application, I need to compare two voice like, Register with app by record your voice Sent voice message to another user by record voice, but first need to compare this voice to recorded voice in profile. Its for security purpose and need to know recorded message is from specific user or not. I tried : Compare two sound in Android http://www.dreamincode.net/forums/topic/274280-using-fft-to-compare-two-audio-files-and-then-realtime-comparison/ But not