mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
7c82bd0dba
commit
be00e5144d
|
@ -360,7 +360,9 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
|
||||||
cmd = 'mimic3 -v ' + voice + \
|
cmd = 'mimic3 -v ' + voice + \
|
||||||
' --length-scale ' + length_scale + \
|
' --length-scale ' + length_scale + \
|
||||||
' --noise-w ' + noise_w + \
|
' --noise-w ' + noise_w + \
|
||||||
|
' --stdout' + \
|
||||||
' "' + text + '" > ' + audio_filename
|
' "' + text + '" > ' + audio_filename
|
||||||
|
print(cmd)
|
||||||
try:
|
try:
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
except OSError as ex:
|
except OSError as ex:
|
||||||
|
|
Loading…
Reference in New Issue