Skip to content

Commit

Permalink
Suppressing PortAudio debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrisita committed Apr 12, 2024
1 parent 1324789 commit 556dd1b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
24 changes: 22 additions & 2 deletions software/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions software/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pytimeparse = "^1.1.8"
python-crontab = "^3.0.0"
inquirer = "^3.2.4"
pyqrcode = "^1.2.1"
sounddevice = "^0.4.6"

[build-system]
requires = ["poetry-core"]
Expand Down
1 change: 1 addition & 0 deletions software/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from source.server.tunnel import create_tunnel
from source.server.server import main
from source.server.utils.local_mode import select_local_model
import sounddevice

import signal

Expand Down

0 comments on commit 556dd1b

Please sign in to comment.