Interruption and Queuing

Turn OFF the Interrupt Mode using setStatus(0,0) command. In this case, audio playback function calls are queued for consecutive playback.

Turn ON the Interrupt Mode using setStatus(1,0) command. In this case, the current audio is interrupted when sayText is called.

Note: Default setting is OFF.

Try clicking the audio playback links on the right in sequence and see how interrupt mode affects playback.
Example : Turn ON/OFF Interrupt Mode.