What problem does it solve? It converts text into spoken audio entirely on your local machine, removing the need for cloud TTS APIs, network access, or per-request fees. ## Core Features & Use Cases - Offline Text-to-Speech: Synthesizes WAV audio from text using the sherpa-onnx CLI with VITS/Piper voice models. - Cross-Platform Runtime: Provides prebuilt runtime downloads for macOS, Linux, and Windows, plus a downloadable en_US voice model. - Configurable Voices: Supports swapping voice models and overriding tokens, model files, or data directories via flags or environment variables. - Use Case: Generate a voiceover for a demo video by running the wrapper script with your script text, producing a local WAV file without sending data to any external service. ## Quick Start Ask the assistant to convert the text "Hello from local TTS" into a speech audio file saved as tts.wav using the local sherpa-onnx voice.