Try async

merge-requests/30/head
Bob Mottram 2022-06-29 23:22:22 +01:00
parent fc7dff733e
commit 80b1292d29
1 changed files with 1 additions and 1 deletions

View File

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