Android.Speech.Tts.TextToSpeech.SetPitch Method
Sets the speech pitch for the TextToSpeech engine.

Syntax

[Android.Runtime.Register("setPitch", "(F)I", "GetSetPitch_FHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual OperationResult SetPitch (float pitch)

Parameters

pitch
Speech pitch. 1.0 is the normal pitch, lower values lower the tone of the synthesized voice, greater values increase it.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the speech pitch for the TextToSpeech engine. This has no effect on any pre-recorded speech.

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4