From 9d625150f1e1b9232e0ffdc24cc62a02cb2259b7 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 30 Aug 2026 16:36:37 +1000 Subject: [PATCH] overview: note pure-python resampler in speak path --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index 432df24..af35445 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -41,7 +41,7 @@ A fully-local, private voice assistant. You say **"Hey Jervis"**, then a natural │ reply text ▼ ┌─ Output ─────────────────────────────────────────────────────────────┐ -│ piper_tts (docker .13) → speak_direct.sh → Snapcast → all speakers │ +│ piper_tts (docker .13) → speak_direct.sh (pure-python resampler snapcast_send.py) → Snapcast → speakers │ └───────────────────────────────────────────────────────────────────────┘ ```