Closed technolingo closed 5 years ago
Is there a way to set the initial playback speed for Tts.Player().playText() to 0.5 or lower?
Tts.Player().playText()
The TtsPlayer should support a range between -5 and 5 (it seems that the documentation is old regarding this).
Doesn't this work (for example)?
player.setRate(0).playText();
Is there a way to set the initial playback speed for
Tts.Player().playText()
to 0.5 or lower?