Share via


AVSpeechUtterance.PitchMultiplier Property

Definition

Modifies the pitch of the Voice.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual float PitchMultiplier { [Foundation.Export("pitchMultiplier")] get; [Foundation.Export("setPitchMultiplier:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("pitchMultiplier")>]
[<set: Foundation.Export("setPitchMultiplier:")>]
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

Applies to