Skip to content

v0.4.54

Choose a tag to compare

@KoljaB KoljaB released this 22 Mar 20:10
· 151 commits to master since this release

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.