I am designing an APP in Android using the TTS Engine.
As the first time, I tried to send the text to google then receive the audio from google via internet, and it is working well.
The next step is to play the TTS audio offline.
That means that I have some text, my Application will get the audio from the system, without connecting to internet.
I have implemented this: Voice Recognition and Text to Speech
But my problem is TextToSpeech.LANG_MISSING_DATA
: this is not working without internet.
If internet is not available, it is not working.
Please help me.