2 writes to _visemeReached
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
370
VoiceSynthesizer.AddEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer.
_visemeReached
, value);
376
VoiceSynthesizer.RemoveEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer.
_visemeReached
, value);
2 references to _visemeReached
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
282
if (
_visemeReached
!= null)
284
_asyncWorkerUI.PostOperation(
_visemeReached
, _speechSyntesizer.Target, e);