I am working on a App in which i have to integrate voice-recognization/voice- matching
for password
, this is for Security purpose
and the scenario will be:
1). User Register
In the app Via Voice password
, i will convert that voice into
some media format and save it on device.
2). At the time of login user enter his/her name manually by typing and password will be voice, then i will again record that voice and compare it with existing voice file, if both are same then user move to next screen.
I googled and get THIS, but i am not able to integrate this lib in android.
I am stuck badly on this part in my app, Any helping hands will be highly appreciated. Thanks!