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