Hagsten / Talkify

Javascript Text to speech library
216 stars 32 forks source link

Tts.Player() lower initial playback speed #22

Closed technolingo closed 5 years ago

technolingo commented 6 years ago

Is there a way to set the initial playback speed for Tts.Player().playText() to 0.5 or lower?

Hagsten commented 6 years ago

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();