docs: mark phase 2 voice complete

This commit is contained in:
Username
2026-02-24 12:10:58 +01:00
parent 0eccda1a2c
commit 657ea6c255
2 changed files with 6 additions and 9 deletions

View File

@@ -10,10 +10,10 @@
## Phase 2 — Voice
- [ ] Audio pipeline (capture + playback)
- [ ] Opus encode/decode integration
- [ ] Push-to-talk (Kitty protocol)
- [ ] PTT fallbacks (evdev, toggle)
- [x] Audio pipeline (capture + playback)
- [x] Opus encode/decode integration
- [x] Push-to-talk (Kitty protocol)
- [x] PTT fallbacks (evdev, toggle)
## Phase 3 — Polish

View File

@@ -5,11 +5,8 @@
- [x] Wire TUI to MumbleClient (connect on startup, display state)
- [x] Implement text message send/receive in chat log
- [x] Channel tree population from server data
## Active
- [ ] Audio pipeline integration with MumbleClient
- [ ] PTT wiring (key events -> audio.capturing toggle)
- [x] Audio pipeline integration with MumbleClient
- [x] PTT wiring (key events -> audio.capturing toggle)
## Pending