diff --git a/ROADMAP.md b/ROADMAP.md index 215c50d..1c9997f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 diff --git a/TASKLIST.md b/TASKLIST.md index 488da10..dd31614 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -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