I have this problem: I'd like to let the TTS speak an English sentence with foreign words in it (for instance, Italian).
The problem is that, after instancing a TextToSpeech
class, every time I change language, it takes several seconds to load, and this is unacceptable since the sentence needs to be as fluid as possible.
I also tried instancing more than one TextToSpeech
, but the results are pretty much identical.
I wasn't able to find something on Google, aside from this question, which was unhelpful.
Is there at all a way to achive this? How?
Thanks in advance, Mauro.