TextToSpeechOptions.Pitch 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.
Gets or sets the speech pitch multiplier.
public:
property Nullable<float> Pitch { Nullable<float> get(); void set(Nullable<float> value); };
public float? Pitch { get; set; }
member this.Pitch : Nullable<single> with get, set
Public Property Pitch As Nullable(Of Single)
Property Value
Remarks
A value of 1.0 represents normal pitch. Values greater than 1.0 increase pitch; values less than 1.0 decrease pitch. The valid range is provider-specific.