Note Claude Code session name; update voices, presentation, todo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 06:49:11 +00:00
parent ecbbaef6bc
commit 4fdad055e4
3 changed files with 13 additions and 1 deletions

View File

@@ -159,3 +159,9 @@ _librosa.resample = lambda *a, **k: _orig(*a, **k).astype(np.float32)
**VAD over-segmentation:** a mid-utterance pause produces two segments that Whisper transcribes to similar or identical text. `speak-as.mjs` deduplicates consecutive lines (normalized, punctuation-stripped) before speaking.
**Native stdout:** the sherpa-onnx native addon writes transcription results directly to fd 1 via C `write()`, bypassing Node.js `process.stdout.write`. This cannot be intercepted from JavaScript. It only writes for non-trivial results (not silence/garbage).
---
## Session reference
The Claude Code session used to develop this project is named **voice-buddy** — a self-referential session where the voice assistant was used to direct its own development.