Skip to content Skip to sidebar Skip to footer

Starting Text To Speech Engine From A Service?

i have a service from where i am trying to start a TextToSpeech engine ,but it seems that it's not working , so is it possible to start tts from a service? here's what i've tried:

Solution 1:

new TextToSpeech(getApplicationContext(),this);

works with me... But be sure to let the service run , until speech is done..

Post a Comment for "Starting Text To Speech Engine From A Service?"