swap pygame for miniaudio — zero system deps, pip install miniaudio

This commit is contained in:
Dejvino
2026-06-24 22:17:47 +02:00
parent fdb9d4afc2
commit b614114286
2 changed files with 53 additions and 63 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ When multiple files are listed, one is chosen at random each time the ambience a
## Requirements
```bash
pip install pygame yt-dlp
pip install miniaudio yt-dlp
```
`ffmpeg` must also be installed on your system.
@@ -79,4 +79,4 @@ The TUI status bar shows the current ambience:
Dillion ❤ 10 │ 42 entries │ 3 todo │ 2026-06-24 │ ♫ tavern
```
If pygame is not installed, the music icon is absent and no audio plays.
If miniaudio is not installed, the status bar shows a hint and no audio plays.