feat(vlc_service): refactor VLC service to use subprocess for sound playback and management; update process tracking

This commit is contained in:
JSC
2025-07-03 21:36:42 +02:00
parent 7455811860
commit 97b998fd9e
4 changed files with 153 additions and 135 deletions

View File

@@ -16,7 +16,6 @@ dependencies = [
"flask-sqlalchemy==3.1.1",
"pydub==0.25.1",
"python-dotenv==1.1.1",
"python-vlc>=3.0.0",
"requests==2.32.4",
"werkzeug==3.1.3",
]