Slower voices

merge-requests/30/head
Bob Mottram 2022-06-30 12:57:04 +01:00
parent 9868ebd1c7
commit 739188c7ac
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
voice = 'en_US/ljspeech_low'
if pitch > 75:
voice = 'en_US/vctk_low'
length_scale = str(1.0 - (rate / 600.0))
length_scale = str(1.2 - (rate / 600.0))
if srange > 100:
srange = 100
noise_w = str(srange / 100.0)