mirror of https://gitlab.com/bashrc2/epicyon
Slow things down
parent
b9d18c6b8f
commit
21adcad876
|
@ -51,7 +51,7 @@ def getSpeakerRate(displayName: str, screenreader: str) -> int:
|
||||||
"""
|
"""
|
||||||
random.seed(displayName)
|
random.seed(displayName)
|
||||||
if screenreader == 'picospeaker':
|
if screenreader == 'picospeaker':
|
||||||
return random.randint(0, 10)
|
return random.randint(0, 5)
|
||||||
return random.randint(50, 120)
|
return random.randint(50, 120)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue