mirror of https://gitlab.com/bashrc2/epicyon
Slower rates
parent
058de65431
commit
21b157aa25
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue