From 9ca77959444d1c82f01430e953b9a74485154b55 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 29 Jun 2022 23:11:15 +0100 Subject: [PATCH] Dash --- desktop_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_client.py b/desktop_client.py index a4b1f1b28..cc6e9d73f 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -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)