Open GoogleCodeExporter opened 9 years ago
Some design and implementation considerations:
The TTS engine accepts limited amounts of text. Revision 18 and later of
Android has an explicit call
http://developer.android.com/reference/android/speech/tts/TextToSpeech.html#getM
axSpeechInputLength%28%29 for other earlier versions of Android we need to
determine a safe maximum length of text to provide. We don't yet know if the
Android support library supports this API call.
There are subtleties with calling 'speak(...)' in order to correctly queue and
have text read aloud.
Original comment by julianharty
on 16 Dec 2013 at 7:57
Original issue reported on code.google.com by
julianharty
on 16 Dec 2013 at 7:50