I'm working in android using the TextToSpeech class and Have a string with and specific length. I want to calculate the estimated time of this generated text to speech audio (I know that i can get the audio and then get the time length of this generated audio but I want to explore other alternatives).
I'm trying getting the speechRate (but seems no posible) and the with the length of the String create some formula getting as result an estimation of the time.
Any sugestions??
Thanks in advance.
PD: About the spechRate: getSpeechRate()? (or how to tell what rate TTS is currently set at)