What problem does it solve?
It provides a simple way to generate cloned-voice text-to-speech and convert uploaded speech back into text, without stitching together separate tools or services.
Core Features & Use Cases
- Text-to-Speech (TTS) with voice cloning: Generate audio from text using a reference voice profile trained from a 5–15s clip (drop
.wav and matching .txt into voices/ for hot-reload).
- Speech-to-Text (STT) transcription: Transcribe uploaded audio (any common format) into text with configurable language handling and multiple output formats.
- OpenAI-compatible endpoints: Use
/v1/audio/speech and /v1/audio/transcriptions with any OpenAI-style client by pointing baseUrl to the service.
- Use case: Turn a recorded phrase into consistent synthetic speech for messaging workflows (e.g., generate Telegram/WhatsApp-ready Opus audio) and then transcribe follow-up voice messages for searchable text.
Quick Start
Tell your AI to call POST /tts on your running service to synthesize speech from the text you provide, using a configured voice name.