Implement audio streaming #8

Merged
0950726 merged 11 commits from feat/stream-audio into dev 2025-11-05 12:08:30 +00:00
Showing only changes of commit 8a095323ec - Show all commits

View File

@@ -40,6 +40,12 @@ We depend on PortAudio for the `pyaudio` package, so install it with:
sudo apt install -y portaudio19-dev
```
On WSL, also install:
```bash
sudo apt install -y libasound2-plugins
```
Install the required packages with
```bash