speechRate property

double? speechRate
getter/setter pair

Speech rate for the TTS.

Controls how fast the TTS speaks the message. The default rate is 0.5 (normal speed), where values closer to 1.0 will increase the speed. A value less than 0.5 will slow down the speech.

Implementation

double? speechRate = 0.5;