mirror of https://gitlab.com/bashrc2/epicyon
Play through aplay
parent
80b1292d29
commit
aaae4f1694
|
@ -347,7 +347,8 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
|
|||
cmd = 'mimic3 -v ' + voice + \
|
||||
' --length-scale ' + length_scale + \
|
||||
' --noise-w ' + noise_w + \
|
||||
' "' + text + '" &'
|
||||
' --play-program aplay' + \
|
||||
' "' + text + '"'
|
||||
os.system(cmd)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue