Merge dev with main #27

Merged
8464960 merged 89 commits from dev into main 2026-01-28 10:54:23 +00:00
Showing only changes of commit 5912ac606a - Show all commits

View File

@@ -34,6 +34,12 @@ python -m virtualenv .venv
source .venv/bin/activate source .venv/bin/activate
``` ```
We depend on PortAudio for the `pyaudio` package, so install it with:
```bash
sudo apt install -y portaudio19-dev
```
Install the required packages with Install the required packages with
```bash ```bash