sherpa-onnx-tts

Converts text to speech offline using Sherpa-ONNX TTS library and voice models.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/breakingcircuits1337/agent-skills --skill sherpa-onnx-tts-breakingcircuits1337
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sherpa-onnx-tts
Source: https://github.com/breakingcircuits1337/agent-skills/tree/main/sherpa-onnx-tts
Command: npx skills add https://github.com/breakingcircuits1337/agent-skills --skill sherpa-onnx-tts-breakingcircuits1337

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires [object Object], [object Object], and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill offers a local text-to-speech (TTS) conversion solution that doesn't rely on cloud services, making it ideal for environments without internet access.

Core Features & Use Cases

  • Offline Text-to-Speech: Convert text to speech without needing an internet connection.
  • Custom Voice Models: Support for various voice models to achieve the desired sound output.
  • Flexible Installation: Provides detailed instructions to install Sherpa-ONNX runtime and models on different operating systems.

Quick Start

Convert the text "Hello from local TTS." into speech with the model 'Piper en_US'. The generated file is stored at './tts.wav'.

Frequently Asked Questions about sherpa-onnx-tts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech offline without cloud services?▼

Offline text-to-speech conversion can be achieved using the Sherpa-ONNX runtime, which processes text locally without internet access. You need to install the Sherpa-ONNX runtime and select a voice model to generate speech.

What operating systems support local TTS with Sherpa-ONNX?▼

Local TTS with Sherpa-ONNX supports macOS, Linux, and Windows platforms. You can perform offline text-to-speech conversion on any of these operating systems after installing the required runtime and voice models.

Do I need to download voice models separately for offline text-to-speech?▼

Yes, offline text-to-speech requires downloading voice models separately. You must select and configure a specific voice model, such as Piper en_US, within the Sherpa-ONNX model directory to achieve the desired audio output.

What audio format is generated by local text-to-speech conversion?▼

Local text-to-speech conversion generates WAV audio files. When you convert text using Sherpa-ONNX, the synthesized speech is saved locally to a specified file path, such as a WAV file.

Can I use custom voice models for offline voice synthesis?▼

Yes, offline voice synthesis supports custom voice models. Sherpa-ONNX allows you to select various voice models, like Piper en_US, to achieve the desired sound output for your local text-to-speech conversion.