with one click
sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Local text-to-speech via sherpa-onnx (offline, no cloud).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Decompose and route work through multi-agent Kanban systems
Task lifecycle management and workspace handoff for Kanban workers
Terminal-based Node.js debugging via V8 inspector protocol
Python debugging with pdb, debugpy, and remote attach
Root-cause investigation methodology before applying fixes
Enforce RED-GREEN-REFACTOR TDD cycle
| name | sherpa-onnx-tts |
| description | Local text-to-speech via sherpa-onnx (offline, no cloud). |
| requiredEnv | ["SHERPA_ONNX_RUNTIME_DIR","SHERPA_ONNX_MODEL_DIR"] |
| platforms | ["darwin","linux","win32"] |
| version | 1.0.0 |
Local TTS using the sherpa-onnx offline CLI.
Runtime downloads:
sherpa-onnx-v1.12.23-osx-universal2-shared.tar.bz2sherpa-onnx-v1.12.23-linux-x64-shared.tar.bz2sherpa-onnx-v1.12.23-win-x64-shared.tar.bz2From: https://github.com/k2-fsa/sherpa-onnx/releases
Voice model (English, Piper):
vits-piper-en_US-lessac-high.tar.bz2 from the tts-models release tagSet the environment variables to point at the extracted directories:
SHERPA_ONNX_RUNTIME_DIR - path to extracted runtimeSHERPA_ONNX_MODEL_DIR - path to extracted model (e.g. models/vits-piper-en_US-lessac-high)sherpa-onnx-tts -o ./tts.wav "Hello from local TTS."
Notes:
tts-models release if you want another voice..onnx files, set SHERPA_ONNX_MODEL_FILE or pass --model-file.--tokens-file or --data-dir to override the defaults.