Reputation: 517
I'm keeping two instances of a TextToSpeech
with different languages in order to make the device pronunce in different languages depending on the pressed button.
I'm doing this because changing the language on the same TextToSpeech
is a long task and introduce remarkable lags.
Now my problem is that, also with these two instances the lag still remains!
I want to be able to pronunce a word in different languages with no delays, how can I achieve that?
Upvotes: 0
Views: 115
Reputation: 517
I'm answering my own question because, thanks to the Gabe's comment, I've done some test and I've come to the conclusion that it is not possible two load two different languages with the default Android TextToSpeech because of the large amount of memory that it requires.
Upvotes: 1