Android Question TTS with finish event

Scantech

Well-Known Member
Licensed User
Longtime User
Is there any way to modify the TTS library to include speaking finish event. So I can use wait for?
 

DonManfred

Expert
Licensed User
Longtime User
I havn´t seen any
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
I saw your post about phone events
B4X:
TextToSpeechFinish (Intent As Intent)

Does this work with TTS? If so, how do i handle it if its completed?
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
when speaking is started the event is triggered and also when speaking is completed it triggers the event. I don't think i can use this. I need the event only triggered when speaking is completed. Thanks. I will use what erel suggested in the above post.
 
Upvote 0
Top