docs(plan): mark Phase 3 slices a–d landed (FR-SPK)

This commit is contained in:
iamdoubz
2026-07-14 00:53:07 -05:00
parent d8587b8e93
commit 60ae97c771
@@ -33,8 +33,11 @@ Mechanism, all in **`audio.wav` frame time** (so You-spans and sherpa-spans shar
Timebase note: with the capture-silence fix (FR-CAP-7) `audio.wav` is now continuous, so the
frame-indexed timeline aligns cleanly with what sherpa reads back via `read_wav_mono_16k`.
Implementation order: (a) `MicActivity` struct + capture wiring; (b) stop-path attribution +
masked diarize; (c) persist timeline + reprocess/import; (d) amend ADR-0005 + `docs/02`/`03`.
Implementation status (all landed 2026-07-13/14): **(a)** `MicActivity` struct + capture wiring —
done; **(b)** stop-path attribution + masked diarize (`phase3_attribute`) — done; **(c)** persist
`mic_activity.json` + reprocess uses it (imports fall back, no timeline) — done; **(d)** ADR-0005 +
`docs/02`/`03` amended — done. **Not yet done:** empirical user test; and the *live* 15s tick still
uses the Phase 2 voiceprint, not the timeline (a later polish so live labels match the stop result).
---