|
Allow interruption and track speech progress
Available for Studio & SitePal
sayAudio('audioAdvantages')
sayText('[text]',3,1,3)
|
To set the interruptMode parameter of setStatus() to 0 using the setStatus() command: setStatus(0,0). In this case, audio playback function calls are queued for consecutive playback.
|
To set the interruptMode parameter of setStatus() to 1 using the setStatus() command: setStatus(1,0). In this case, the current audio is interrupted when audio playback functins such as sayAudio or sayText are called.
|
Back to Previous Page
|