What problem does it solve? It provides local text-to-speech synthesis without sending text to cloud APIs, producing WAV audio files entirely on your own machine across macOS, Linux, and Windows. ## Core Features & Use Cases - Offline Speech Synthesis: Converts text into WAV audio using the sherpa-onnx CLI with VITS/Piper voice models, requiring no network connection at runtime. - Cross-Platform Runtime Downloads: Automates downloading the correct sherpa-onnx runtime binary for macOS, Linux x64, or Windows x64, plus a default English voice model. - Configurable Voices: Supports swapping in any model from the sherpa-onnx tts-models release and overriding model, tokens, and data files via environment variables or CLI flags. - Use Case: A user wants their assistant to speak replies aloud on a laptop without a cloud TTS subscription; this Skill downloads the runtime and voice model, then synthesizes 'Hello from local TTS.' into a playable WAV file. ## Quick Start Ask the assistant to install the sherpa-onnx runtime and voice model, then convert the phrase 'Hello from local TTS' into a WAV audio file.