3 references to Pitch
Microsoft.Maui.Essentials (3)
TextToSpeech\TextToSpeech.shared.cs (3)
167 if (options?.Pitch.HasValue ?? false) 169 if (options.Pitch.Value < PitchMin || options.Pitch.Value > PitchMax)