TTS.ReadRate
When convertingwritten text into human-sounding speech, the conversion takes the speed for which words are uttered into consideration. This parameter sets the cadence of synthesized voice converted from written text. The read rate defaults to 100, which is the device’s normal rate of speaking. It can be slowed to 50, or sped up to 200 for twice the normal rate. The default read rate is what the OS defines it to be.
Group: TTS
Syntax:
TTS.ReadRate=<integer>
Example:
Private Sub Button5_Click()
TTS.ReadRate=50
End Sub
Versions Supported: RFgen 5.2.2.0 and newer.
Devices Supported: Android, iOS.