The TTS_SPEAK_STATE enums describe various TTS status events.
Constant | Value | Description |
---|---|---|
TTS_SPEAK_START | 1 | The input stream (text or audio) from a Speak call has begun synthesizing to the output. |
TTS_SPEAK_COMPLETE | 2 | The input stream (text or audio) from a Speak call has finished synthesizing to the output. |
TTS_SPEAK_BOOKMARK | 4 | The bookmark element is used to insert a bookmark into the input stream. |
See Also
None.