sherpa-onnx-tts

Generates speech audio offline using sherpa-onnx engine and voice models.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/lachlanchen/LazyingArtBot --skill sherpa-onnx-tts-lachlanchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sherpa-onnx-tts
Source: https://github.com/lachlanchen/LazyingArtBot/tree/main/skills/sherpa-onnx-tts
Command: npx skills add https://github.com/lachlanchen/LazyingArtBot --skill sherpa-onnx-tts-lachlanchen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a completely offline, local text-to-speech (TTS) solution, eliminating the need for cloud-based services and ensuring privacy and accessibility.

Core Features & Use Cases

  • Local TTS: Generates speech audio directly on your machine without internet connectivity.
  • Customizable Voices: Supports various voice models for different speech characteristics.
  • Use Case: Convert written notes or messages into spoken audio for personal use or accessibility, all while keeping your data private.

Quick Start

Use the sherpa-onnx-tts skill to convert the text "Hello from local TTS." into an audio file named 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 generate speech audio offline without an internet connection?

To generate speech audio offline, you can use a local text-to-speech engine to synthesize spoken audio directly on your machine. This approach ensures data privacy and operates without requiring internet connectivity.

What do I need to configure to run local text-to-speech generation?

To run local text-to-speech generation, you must configure specific runtime and model directories. These directories are set up using environment variables or command-line flags before synthesizing audio.

Can I use offline text-to-speech across different operating systems?

Yes, offline text-to-speech generation is supported across multiple operating systems. You can synthesize audio files locally on your preferred platform by configuring the required runtime and model directories.

When should I choose offline TTS over cloud-based speech synthesis?

Choose offline TTS when you require complete data privacy or lack reliable internet connectivity. It keeps audio synthesis local, making it suitable for processing sensitive written notes or accessibility applications without cloud dependencies.

Does local audio generation support different voice models?

Yes, local audio generation supports various voice models to produce different speech characteristics. You can customize the synthesized audio output by selecting specific voice models during text-to-speech generation.