feat: Implement host system volume control and update player service to use it
Some checks failed
Backend CI / lint (push) Failing after 10s
Backend CI / test (push) Has been cancelled

This commit is contained in:
JSC
2025-09-27 03:33:11 +02:00
parent 0806d541f2
commit 4b8496d025
6 changed files with 375 additions and 58 deletions

View File

@@ -24,6 +24,8 @@ dependencies = [
"yt-dlp==2025.9.26",
"asyncpg==0.30.0",
"psycopg[binary]==3.2.10",
"pycaw>=20240210",
"pulsectl>=24.12.0",
]
[tool.uv]