voice-comparison

Compare two voice in android

丶灬走出姿态 提交于 2020-04-05 17:25:38
问题 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

Compare two voice in android

时光怂恿深爱的人放手 提交于 2020-04-05 17:24:35
问题 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