docs: add music playback documentation

USAGE.md music section under Mumble, CHEATSHEET.md music commands,
TASKS.md sprint update for v2.3.0.
This commit is contained in:
user
2026-02-21 21:42:33 +01:00
parent 47b13c3f1f
commit 7206b27fb0
3 changed files with 59 additions and 2 deletions

View File

@@ -1,6 +1,16 @@
# derp - Tasks
## Current Sprint -- v2.2.0 Configurable Proxy (2026-02-21)
## Current Sprint -- v2.3.0 Mumble Music Playback (2026-02-21)
| Pri | Status | Task |
|-----|--------|------|
| P0 | [x] | `src/derp/opus.py` -- ctypes libopus encoder (zero Python deps) |
| P0 | [x] | `src/derp/mumble.py` -- voice varint, voice packet, PCM scaling, stream_audio |
| P0 | [x] | `plugins/music.py` -- play/stop/skip/queue/np/volume commands |
| P1 | [x] | Tests: `test_opus.py`, `test_mumble.py` voice additions, `test_music.py` |
| P2 | [x] | Documentation update (USAGE.md, CHEATSHEET.md) |
## Previous Sprint -- v2.2.0 Configurable Proxy (2026-02-21)
| Pri | Status | Task |
|-----|--------|------|