13 references to PromptVolume
System.Speech (13)
Synthesis\PromptBuilder.cs (10)
102public void AppendText(string textToSpeak, PromptVolume volume) 106if (volume < PromptVolume.NotSet || volume > PromptVolume.Default) 121case PromptVolume.NotSet: 124case PromptVolume.ExtraSoft: 128case PromptVolume.ExtraLoud: 190if (style.Rate != PromptRate.NotSet || style.Volume != PromptVolume.NotSet) 222if (style.Volume != PromptVolume.NotSet) 227case PromptVolume.ExtraSoft: 231case PromptVolume.ExtraLoud:
Synthesis\PromptStyle.cs (3)
17public PromptStyle(PromptVolume volume) 42public PromptVolume Volume 70private PromptVolume _volume;