Hi,
I'm using the TTS library to speak a large amount of text within an edittext. But when the device is rotated, the process stops. Is there some way to save its position in Pause and continue from there in Resume? Maybe using a combination of text.length, a percentage, and SelectionStart?
TTS should not be affected from the screen orientation change. You should declare it in Sub Process_Globals and only initialize it when FirstTime is True.