I\'m playing text with android TTS - android.speech.tts.TextToSpeech
android.speech.tts.TextToSpeech
I use: TextToSpeech.speak to speak and .stop to stop. Is
TextToSpeech.speak
.stop
divide the messages into parts and listen for last utterance by using onutteranceprogress listener
messages
utterance
onutteranceprogress
tts.playSilence(1250, TextToSpeech.QUEUE_ADD, null);