Added audio commands + "server test" command

This commit is contained in:
2025-09-09 22:35:33 +02:00
parent 343d1d2f93
commit af1e81243a
16 changed files with 1477 additions and 1076 deletions

View File

@@ -8,8 +8,7 @@ Usage:
python main.py audio test [--device ID] [--duration N] [--save]
python main.py audio config
"""
from src.cli import app
if __name__ == "__main__":
app()
app()