1 write to _ssmlEngine
System.Speech (1)
Internal\Synthesis\TTSEngineProxy.cs (1)
36_ssmlEngine = ssmlEngine;
4 references to _ssmlEngine
System.Speech (4)
Internal\Synthesis\TTSEngineProxy.cs (4)
46return _ssmlEngine.GetOutputFormat(SpeakOutputFormat.WaveFormat, targetFormat); 51_ssmlEngine.AddLexicon(lexicon, mediaType, _site); 56_ssmlEngine.RemoveLexicon(lexicon, _site); 65_ssmlEngine.Speak(frags.ToArray(), waveFormat, _site);