بنقرة واحدة
sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Local text-to-speech via sherpa-onnx (offline, no cloud).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.