main
Bob Mottram 2022-06-29 23:11:15 +01:00
parent ec2db6a882
commit 9ca7795944
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
text = html.unescape(say_text).replace('"', "'")
cmd = 'mimic3 -v ' + voice + \
' --length-scale ' + length_scale + \
' --noise_w ' + noise_w + \
' --noise-w ' + noise_w + \
' "' + text + '"'
os.system(cmd)