mirror of https://gitlab.com/bashrc2/epicyon
Dash
parent
ec2db6a882
commit
9ca7795944
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue