+1
Answered
Some animation when TTS is loading.
Hello.I would like if exists some API functions to show message or animation while TTS respond is loading. In my case a user receives respond after a few second and all this time hi don`t know will he get any reaction on click or won`t.
Customer support service by UserEcho
vh_sceneLoaded- lets you know that the scene itself is loaded and ready for commands.
vh_talkStarted- lets you know that the audio is loaded and has started playback.
when used in tandem with a sayAudio or sayText API call you could put your message on the screen during the loading time.