5 references to TtsEngine
System.Speech (5)
Internal\Synthesis\TextFragmentEngine.cs (1)
157
fragmentState.Phoneme = _speakInfo.Voice.
TtsEngine
.ConvertPhonemes(phoneIds, alphabet)!;
Internal\Synthesis\TTSVoice.cs (2)
55
TtsEngine
.RemoveLexicon(entry._uri);
65
TtsEngine
.AddLexicon(entry._uri, entry._mediaType);
Internal\Synthesis\VoiceSynthesis.cs (2)
896
ITtsEngineProxy engineProxy = voice.
TtsEngine
;
1608
kv.Value?.
TtsEngine
.ReleaseInterface();