docs(readme): reflect the three TTS engines, local synthesis, silero-native - #170
Merged
Conversation
…native - Intro + stack table: Piper (default), native Silero v5 on ONNX Runtime (silero-native crate, bundle on demand), Python ttsd sidecar (fallback) - State explicitly that all synthesis runs locally; the network is only used for one-off voice model downloads - Production build: slim now ships Piper + native Silero; full adds only the ttsd sidecar - Tests: add the silero-native cargo test command - Docs table: link the silero-native crate docs - Mirror all changes in README.ru.md
xilec
added a commit
that referenced
this pull request
Aug 1, 2026
## Summary Follow-up to #170 — the README was updated to the three-engine lineup, but the same stale "Piper + optional Python Silero" description remained in other docs: - `docs/index.md` — intro and stack table now list all three engines; removed dead links to `RewriteNotes.md` / `RewriteTaskPlan.md` / `task_history.md` (files no longer exist); spec list synced with the actual `openspec/specs/` contents - `AGENTS.md` — overview lists Piper (default), `silero-native` (in-process ONNX Runtime), `ttsd` (fallback); slim/full build description corrected - `ai/rules/conventions.md` — engine roles updated - `docs/development.md` — `tts/` covers all engines, `silero-native/` added to the layout tree, slim build no longer described as linking `ttsd` - `docs/install.md` — Python section is explicitly only for the `ttsd` engine - `justfile` — slim/full build comments Docs-only change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The README still described the pre-#166 engine lineup (Piper + optional Python Silero) and never mentioned a key product property — that narration is fully local. This brings both language versions up to date:
silero-nativecrate, ~230 MB bundle downloaded on demand), Pythonttsdsidecar (fallback).#ruvoxnow ships Piper + native Silero; full.#ruvox-with-sileroonly adds thettsdsidecarsilero-nativecrate; docs table links itDocs-only change — no OpenSpec, no behavior impact.