Chatterbox, PerTh, and Resemblyzer are free and open source. No usage limits, no rate caps — run them wherever you want, including on-prem.
# pip install chatterbox- tts
from chatterbox.tts import ChatterboxTTS
model = ChatterboxTTS.from_pretrained()
# Zero-shot voice clone from 5s audio
wav = model.generate(
"Hello world.",
audio_prompt_path="voice.wav"
)
# ✓ PerTh watermark auto-embedded
ta.save("output.wav", wav, model.sr)
Strongly typed and production-tested. REST API available for any other language.