-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Is it possible to make the speech speed adjustable? I find the default a bit slow.
Method: setSpeechRate(float speechRate)
Use: This method allows you to control the speed of the speech output. The default value is 1.0, where values greater than 1.0 accelerate the speech, and values less than 1.0 slow it down.
tts.setSpeechRate(sp.getFloat("net.devemperor.wristassist.tts_speechrate", 1.0f) )
Metadata
Metadata
Assignees
Labels
No labels