Rime TTS
RimeTTS targets the Rime HTTP endpoint. Both Arcana (high fidelity) and Mist (low latency) model families are supported. The provider requests audio/pcm and yields raw PCM_S16LE chunks at the configured sample rate.
Install
Usage
Options (selection)
| Option | Default | Notes |
|---|---|---|
model | "arcana" | "arcana" or any mist* model. |
speaker | "astra" / "cove" | Default depends on model. |
lang | "eng" | Rime language code. |
sample_rate | 16000 | Hz. |
temperature, top_p, max_tokens, repetition_penalty | — | Arcana only. |
speed_alpha, reduce_latency, pause_between_brackets, phonemize_between_brackets | — | Mist only. |
Attribution
Ported from LiveKit Agents (livekit-plugins-rime, Apache License 2.0).
