TAPIEx ActiveX Control v3.6

OnSpeakState Event

The OnSpeakState event is fired when the state of TTS has changed.

Event OnSpeakState(
m_Call As TAPICall
TTS_SPEAK_STATE newState)

Parameters

m_Call
Reference to ITAPICALL.
newState
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.

Return Values

None.

Remarks

None.

See Also

Speak