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