AVSpeechUtterance.PitchMultiplier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the pitch of the Voice.
public virtual float PitchMultiplier { [Foundation.Export("pitchMultiplier")] get; [Foundation.Export("setPitchMultiplier:")] set; }
member this.PitchMultiplier : single with get, set
Property Value
The default value is 1.0. Allowable values range from 0.5 (lower pitch) to 2.0 (higher pitch).
- Attributes