瀏覽代碼

Bridge Update

Benjamin Harris 1 月之前
父節點
當前提交
48a0931d58
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      bridge/__pycache__/embeddings.cpython-312.pyc
  2. 1 1
      bridge/bridge.py

二進制
bridge/__pycache__/embeddings.cpython-312.pyc


+ 1 - 1
bridge/bridge.py

@@ -50,7 +50,7 @@ DISPLAY_LINES    = 3
 
 # Set to a device index (integer) to force a specific microphone.
 # Leave as None to use the Windows default input device.
-AUDIO_DEVICE: int | None = 12
+AUDIO_DEVICE: int | None = None
 
 SPEAKERS_FILE = Path(__file__).parent / "speakers.json"