EasySpeech Controls v2.0

OnViseme

The OnViseme event occurs when the text-to-speech (TTS) engine detects a viseme boundary while speaking a stream.

Event OnViseme(
CurrViseme As SPEECH_VISEMETYPE, Duration As Long, 
NextViseme As SPEECH_VISEMETYPE, Feature As SP_VISEMEFEATURE)

Parameters

CurrViseme
The current viseme. It will be one of SPEECH_VISEMETYPE.
Duration (Only for SAPI 5.1)
The duration of the viseme state.
NextViseme (Only for SAPI 5.1)
The next viseme. It will be one of SPEECH_VISEMETYPE.
Feature (Only for SAPI 5.1)
The SP_VISEMEFEATURE, which may indicate emphasis or stress on the viseme.

Remarks

None.

See Also

None.