From 9868ebd1c75a47e54103c4ccf4a99cc0ac4ef778 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Jun 2022 12:56:35 +0100 Subject: [PATCH] Less screen output --- desktop_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop_client.py b/desktop_client.py index 04ae29650..2a01fb75f 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -363,7 +363,8 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int, ' --length-scale ' + length_scale + \ ' --noise-w ' + noise_w + \ ' --stdout' + \ - ' "' + text + '" > ' + audio_filename + ' "' + text + '" > ' + \ + audio_filename + ' 2> /dev/null' try: os.system(cmd) except OSError as ex: