12 references to ProsodyPitch
System.Speech (12)
Internal\Synthesis\ConvertTextFrag.cs (5)
313switch ((ProsodyPitch)pitch.SsmlAttributeId) 315case ProsodyPitch.ExtraHigh: 319case ProsodyPitch.High: 323case ProsodyPitch.Low: 327case ProsodyPitch.ExtraLow:
Internal\Synthesis\SSmlParser.cs (6)
1974(int) ProsodyPitch.Default, (int) ProsodyPitch.High, (int) ProsodyPitch.Low, (int) ProsodyPitch.Medium, (int) ProsodyPitch.ExtraHigh, (int) ProsodyPitch.ExtraLow
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
290Pitch = new ProsodyNumber((int)ProsodyPitch.Default);