pitch property

double? pitch
getter/setter pair

Pitch for the TTS.

Controls the pitch of the TTS voice. The default pitch is 1.0, where higher values increase the pitch and lower values decrease it.

Implementation

double? pitch = 1.0;