Hi Guy - I am using the text to speech (TTS) in my app. On small text strings it works great. On large files (5k) I get a java run tim error. I am pretty sure its becuase the string is to big for the TTS buffer.
Besides getting the string length, and cutting up and creating smaller buffers for TTS to work on, is there another way to invoke TTS on large files.