pitch property
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;
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.
double? pitch = 1.0;