3 references to PitchMin
Microsoft.Maui.Essentials (3)
TextToSpeech\TextToSpeech.shared.cs (3)
169 if (options.Pitch.Value < PitchMin || options.Pitch.Value > PitchMax) 170 throw new ArgumentOutOfRangeException($"Pitch must be >= {PitchMin} and <= {PitchMin}");