Im developing android application and i'd like to ask something.
As you know, It is available to change TTL engine in configuration manually. However, what i really want to do is changing TTL engine programmatically. Unfortunately, I can't find the function for that in TextToSpeech class. There is only function,"getEngines()", for getting engine which i current use.
Is it available to change TTL(TextToSpeech) engine programmatically?