Skip to content Skip to sidebar Skip to footer

Speech To Text And Text To Speech At Same Time

INTRODUCTION I'm developing an app where I need to use booth SpeechRecognizer and TTS. But I'm facing some problems while trying this. The main one is that if I initialize TTS, Spe

Solution 1:

You should implement onUtteranceCompletedListener and send the MSG_RECOGNIZER_START_LISTENING in onUtteranceCompleted.


Post a Comment for "Speech To Text And Text To Speech At Same Time"