feat: stream audio to CB
Uses PyAudio and ZeroMQ to publish audio chunks. ref: N25B-119
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user