File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626#: This is necessary because index positions are given as ms since the start of the utterance.
2727_numBytesPushed = 0
2828
29- #Parameter bounds
30- minRate = 80
31- maxRate = 450
32- minPitch = 0
33- maxPitch = 99
29+ # Parameter bounds
30+ # maxRate set to 449 to avoid triggering sonic at rate = 100% when rate boost is off.
31+ # See https://github.com/espeak-ng/espeak-ng/issues/131
32+ minRate = 80
33+ maxRate = 449
34+ minPitch = 0
35+ maxPitch = 99
3436
3537#event types
3638espeakEVENT_LIST_TERMINATED = 0
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ It can be re-enabled in NVDA's advanced settings panel. (#11554)
4242This will improve performance for some Java applications including IntelliJ IDEA. (#13039)
4343- Announcement of selected cells for LibreOffice Calc is more efficient and no longer results in a Calc freeze when many cells are selected. (#13232)
4444- When running under a different user, Microsoft Edge is no longer inaccessible. (#13032)
45+ - When rate boost is off, eSpeak's rate does not drop anymore between rates 99% and 100%. (#13876)
4546-
4647
4748
You can’t perform that action at this time.
0 commit comments