5 references to Pitch
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.shared.cs (3)
167 if (options?.Pitch.HasValue ?? false) 169 if (options.Pitch.Value < PitchMin || options.Pitch.Value > PitchMax)
TextToSpeech\TextToSpeech.uwp.cs (2)
82 if (options?.Pitch.HasValue ?? false) 83 pitch = ProsodyPitch(options.Pitch);