Slower rates

main
Bob Mottram 2021-03-02 15:27:31 +00:00
parent 058de65431
commit 21b157aa25
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def getSpeakerRate(displayName: str, screenreader: str) -> int:
"""
random.seed(displayName)
if screenreader == 'picospeaker':
return random.randint(0, 20)
return random.randint(0, 10)
return random.randint(50, 120)