0

I want create a app which have a voice recognition validation. Suppose A wants to login in my app, first he/she done registration. During registration he/she record(Speak) some speech as a password. And when he wants to login again in the app he/she validate the password with his/her voice speech(Password). If same speech was spoken by others then its not validate.

If any one have any idea on this topic then please share.

BarmanInfo
  • 392
  • 1
  • 18
  • You seem to be asking for a tutorial or off-site resource. That is off-topic for StackOverflow. Have you tried to use the `SpeechRecognizer` class? – OneCricketeer Feb 15 '16 at 17:24
  • yes but using speechRecognizer we get only text. I want to compare two voice. Voice biometric to unlock Android phone – BarmanInfo Feb 16 '16 at 04:42
  • To unlock the phone? Developers don't have access to override the lock screen functions for security reasons. – OneCricketeer Feb 16 '16 at 04:46
  • No, I want to use this functionality in my app. In my app at the time of login I want a voice authentication. – BarmanInfo Feb 16 '16 at 05:29
  • Do some research on voice biometric authentication for Android. I hit this link http://stackoverflow.com/questions/5675430/voice-biometric-to-unlock-android-phone – OneCricketeer Feb 16 '16 at 05:31
  • visit this http://androidbite.blogspot.in/2013/04/android-voice-recognition-example.html – Harshad Feb 16 '16 at 06:21
  • @Harshad by this solution we get only text. I want to compare two voice. Voice biometric to unlock Android phone – BarmanInfo Feb 16 '16 at 06:44
  • @BarmanInfo did you get a solution for this ? Am looking for exactly the same . can you please advice. – Prabhuraj Apr 14 '16 at 16:21
  • @Prabhuraj No, I am still looking for a solution, But I didn't get any proper solution. – BarmanInfo Apr 16 '16 at 12:17

0 Answers0