chore: add sounddevice dependency for audio processing

- Included the 'sounddevice' library in the project dependencies to enhance audio handling capabilities.
- This addition supports improved audio input/output functionalities within the application.

All quality checks pass.
This commit is contained in:
2025-12-31 15:45:12 +00:00
parent 96ed391a7c
commit 7d11e05a7f

View File

@@ -31,6 +31,7 @@ dependencies = [
"types-psutil>=7.2.0.20251228",
# Structured logging
"structlog>=24.0",
"sounddevice>=0.5.3",
]
[project.optional-dependencies]