v0.4.54
RealtimeTTS v0.4.54 Release Notes
New Engine:
✨ Added OrpheusEngine - Real-time TTS for Orpheus-3B model with:
- multiple voice presets (
zac,zoe,tara, etc.) - emotive speech tags support (
<laugh>,<gasp>, etc.) - low-latency streaming (<100ms time to first audio token)
- uses an external server → lets you generate tts on another network system
Installation:
pip install realtimetts[orpheus]Requires: LM Studio (local) or compatible API server running Orpheus-3B-0.1-ft-Q8_0-GGUF. Load model in LM Studio before use.
Example code:
Here is a code example showcasing how you can use the OrpheusEngine.