Note Claude Code session name; update voices, presentation, todo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
NOTES.md
6
NOTES.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user