+1
Answered

Some animation when TTS is loading.

Oleg Tulkin 13 years ago in SitePal Silver updated by Daniel Doak 13 years ago 1
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.
We have loader icons that appear when the scene or audio is taking longer than 5 seconds to load. You can also take matters into your own hands by using our callback APIs.

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.