mirror of https://gitlab.com/bashrc2/epicyon
mimic3 command
parent
aaae4f1694
commit
085c8e8eed
|
@ -346,9 +346,8 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
|
|||
return
|
||||
cmd = 'mimic3 -v ' + voice + \
|
||||
' --length-scale ' + length_scale + \
|
||||
' --noise-w ' + noise_w + \
|
||||
' --play-program aplay' + \
|
||||
' "' + text + '"'
|
||||
' --noise-w ' + noise_w + ' --stdout' + \
|
||||
' "' + text + '" 2> /dev/null | aplay 2> /dev/null &'
|
||||
os.system(cmd)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue