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 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 sudo apt install -y portaudio19-dev
``` ```
On WSL, also install:
```bash
sudo apt install -y libasound2-plugins
```
Install the required packages with Install the required packages with
```bash ```bash