I don\'t want to put all my code here, so I\'m just putting the relevant pieces. If you need more, feel free to ask.
I\'m using Text To Speech (TTS) which leads t
Just use this simple code:
mTTS.speak(text, TextToSpeech.QUEUE_FLUSH, null, "MyUniqueUtteranceId");