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)
46
return
_ssmlEngine
.GetOutputFormat(SpeakOutputFormat.WaveFormat, targetFormat);
51
_ssmlEngine
.AddLexicon(lexicon, mediaType, _site);
56
_ssmlEngine
.RemoveLexicon(lexicon, _site);
65
_ssmlEngine
.Speak(frags.ToArray(), waveFormat, _site);