Skip to content

Commit 556dd1b

Browse files
committed
Suppressing PortAudio debug messages.
1 parent 1324789 commit 556dd1b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

software/poetry.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

software/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pytimeparse = "^1.1.8"
3434
python-crontab = "^3.0.0"
3535
inquirer = "^3.2.4"
3636
pyqrcode = "^1.2.1"
37+
sounddevice = "^0.4.6"
3738

3839
[build-system]
3940
requires = ["poetry-core"]

software/start.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from source.server.tunnel import create_tunnel
88
from source.server.server import main
99
from source.server.utils.local_mode import select_local_model
10+
import sounddevice
1011

1112
import signal
1213

0 commit comments

Comments
 (0)