From e67ff6c019819afa201583a4a881100d3317c234 Mon Sep 17 00:00:00 2001 From: Joakim Date: Tue, 5 May 2026 16:13:10 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20audio=20stack=20working=20=E2=80=94=20p?= =?UTF-8?q?ulseaudio=20+=20x6200=5Fcontrol=20+=20voice=5Frec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add pulseaudio in system mode - Add alsactl restore with correct mixer state from Aether - Add x6200-control package (I2C hardware control library) - Audio chain: pulseaudio -> x6200_control_init -> voice_rec -> speaker --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1e9310..331a384 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The product name **Virtuoso** is reserved for when (if!) Mestre actually deliver | # | Milestone | Status | |---|----------------------------------------------------------------------|--------| -| 1 | Boot a recent Buildroot LTS on the X6200 (serial console) | ✅ 2026-05-03 | -| 2 | Forward-port LCD panel driver — full display output | 🟡 In progress | +| 1 | Boot a recent Buildroot LTS on the X6200 (serial console) | 🟡 In progress | +| 2 | Forward-port LCD panel driver — full display output | ⚪ Planned | | 3 | piHPSDR running on X6200 with working audio | ⚪ Planned | | 4 | `mestre` service: evdev → ALSA virtual MIDI bridge | ⚪ Planned | | 5 | End-to-end: X6200 controlling Hermes-Lite 2 as a control head | ⚪ Planned |