I am trying to create a program that can recognize Human Speech and also distinguist between multiple speakers. I have viewed both the SpeakerID and VoiceDetection demos and want to try to use both of them.
So I set the microphone in the LiveSpeechRecognizer's class to public to get access to the InputStream to follow how the SpeakerID demo, but when I try to run my code, it does not detect my voice. I was wondering how can I incorporate the SpeakerID API with my code?
Last edit: Virang Patel 2019-04-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to create a program that can recognize Human Speech and also distinguist between multiple speakers. I have viewed both the SpeakerID and VoiceDetection demos and want to try to use both of them.
So I set the microphone in the LiveSpeechRecognizer's class to public to get access to the InputStream to follow how the SpeakerID demo, but when I try to run my code, it does not detect my voice. I was wondering how can I incorporate the SpeakerID API with my code?
Last edit: Virang Patel 2019-04-07