slice-4 (dev-a): Task 1 — AdvisoryEvent + ReflexMetrics + barge_in_flush trait #7

Merged
alee merged 2 commits from slice-4-dev-a-reflex into main 2026-07-03 03:37:35 +00:00
Showing only changes of commit d06e79cc50 - Show all commits

View File

@@ -27,6 +27,8 @@
//! - [`pcm`] — `PcmFrame` + `AudioSource`/`AudioSink` traits (the tap
//! seam) + `EchoAudioPipe` (slice-1 wiring).
//! - [`opus_codec`] — `OpusDecoder`/`OpusEncoder` wrappers.
//! - [`reflex`] (slice-4) — `AdvisoryEvent` + `ReflexMetrics`; the FOB
//! barge-in reflex state machine will decorate `AudioPipe` here (Task 2).
//! - [`loop_driver`] (Task 4) — the str0m poll loop on tokio.
//! - [`rtc_session`] (Task 4) — `RtcSession`, the per-peer owner.