Android Question TTS Start from a point ( Pause / Resume )

MarcoRome

Expert
Licensed User
Longtime User
Hi all, is possible start TTS from a point.
Example i have this string:

Well, it depends. If there’s an emergency I can stay in the office for an extra time, I know how important customer satisfaction is.

B4X:
....
Dim longstring As String = "Well, it depends. If there’s an emergency I can stay in the office for an extra time, I know how important customer satisfaction is."
TTS1.Speak(longstring, True)

Now if i stop a point "I can stay".
is it possible that i restart it will not repeat the entire sentence but from the point where i stopped ??
Thank you
Marco
 

MarcoRome

Expert
Licensed User
Longtime User
Upvote 0
Top