🐛[bugfix] Model : remove print

This commit is contained in:
misyaguziya
2024-04-03 18:06:58 +09:00
parent 0d7741a427
commit e61cbd00aa

View File

@@ -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