I want to develop an Android application.
One of the features of the application is to recognize the voice of two people.
It will be kike this - when the application opens, 2 people will talk in front of it. The application will detect that 2 people say and calculate how many% (let 2 people be A and B) of a person. Says the same for person B.
So, let's say, after 1 minute the application will say that negotiations 80% and B say 20%.
So, I need how to distinguish the voice of two people.
I tried SpeechRecognizer and android.speech.tts . But I can’t make it work.
Is it possible to distinguish the voice of 2 people in android?
Thanks in advance for your help.
source share