From e61cbd00aa0d1ff46b6dc2a9ad784035e1870afe Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Wed, 3 Apr 2024 18:06:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20remove=20pri?= =?UTF-8?q?nt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/model.py b/model.py index 265c491d..93624172 100644 --- a/model.py +++ b/model.py @@ -427,7 +427,6 @@ class Model: speaker_audio_queue = Queue() # speaker_energy_queue = Queue() - print([device for device in getOutputDevices() if device["name"] == config.CHOICE_SPEAKER_DEVICE]) speaker_device = [device for device in getOutputDevices() if device["name"] == config.CHOICE_SPEAKER_DEVICE][0] record_timeout = config.INPUT_SPEAKER_RECORD_TIMEOUT phase_timeout = config.INPUT_SPEAKER_PHRASE_TIMEOUT