| SUI_GetSpeechBusy --> speechStatus | ||
| Returns | Type | Description |
| speechStatus | Longint | 1 = speaking; 0 = not speaking |
| Description SUI_GetSpeechBusy returns a 1 if the TTS synthesizer is currently "speaking". Useful in preventing successive calls to SUI_Say from cancelling a previous call's speech. | ||