ISpeechAudioBufferInfo EventBias Property (SAPI 5.3)
Microsoft Speech API 5.3
Object: ISpeechAudioBufferInfo
EventBias Property
The EventBias property gets and sets the amount of time, in milliseconds, by which event notifications precede the actual occurrence of the events.
For example, setting a value of 100 for the event bias would cause all events to be notified 100 milliseconds prior to the audio data being played. This can be useful for applications needing time to animate mouths for TTS voices.
Syntax
Set: | ISpeechAudioBufferInfo.EventBias = Long |
Get: | Long = ISpeechAudioBufferInfo.EventBias |
Parts
- ISpeechAudioBufferInfo
The owning object. - Long
Set: A Long variable that sets the property.
Get: A Long variable that gets the property.