rNeomy / reader-view

Access Firefox's built in reader view from right click context menu
https://webextension.org/listing/chrome-reader-view.html
Mozilla Public License 2.0
471 stars 74 forks source link

Change speed without pressing the stop button (and reread everything) #160

Open 0LMA opened 1 year ago

0LMA commented 1 year ago

Hello!

Unfortunately you cannot (or at least I cannot) change the speed of text-to-speech without then pressing the stop button and restart from the beginning of the text. If you change the control, it does not affect the reading speed until you do that.

Thank you

rNeomy commented 1 year ago

True, any changes made to the rate property will only take effect on subsequent calls to the SpeechSynthesis.speak() method, and will not affect any speech that is currently being played. This is by SpeechSynthesis design.