Is there any way we can do voice matching in Android? Take the below scenario.
- User "A" speak something in the app and record it in phone via the app.
- User "B" speak something in the app and record it in phone via the app.
- User "C" speak something in the app and record it in phone via the app.
- After all of these recordings, user "A" come and speak to the app. Since his voice is already recorded, app identifies this is user "A".
Or else something like this..
- User "A" speak the word "House" in the app and record it in phone via the app.
- User "B" speak the word "House" in the app and record it in phone via the app.
- User "C" speak the word "House" in the app and record it in phone via the app.
- After all of these recordings, user "A" come and speak the word "House" to the app. Since his voice is already recorded, app identifies this is user "A".
Is this is possible in Android? Which method is possible? I haven't seen any built in libraries for this, but is there any way around?