feat: stream audio to CB

Uses PyAudio and ZeroMQ to publish audio chunks.

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-10-01 10:50:53 +02:00
parent da99b5cd62
commit afae6fc331
6 changed files with 179 additions and 12 deletions

View File

@@ -24,7 +24,9 @@ python -m virtualenv .venv
source .venv/bin/activate
```
Install the required packages with
Before installing the Python packages, you'll need to have the `portaudio` system package installed.
Then you can install the required packages with
```bash
pip install -r requirements.txt