5 references to Pitch
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.ios.tvos.watchos.cs (2)
38 if (options.Pitch.HasValue) 39 speechUtterance.PitchMultiplier = options.Pitch.Value;
TextToSpeech\TextToSpeech.shared.cs (3)
167 if (options?.Pitch.HasValue ?? false) 169 if (options.Pitch.Value < PitchMin || options.Pitch.Value > PitchMax)