## Summary There wasn’t an example for [Rime TTS](https://github.com/rime/), so we created one under `examples/other/text-to-speech` as an analogue to the existing TTS providers. This adds a new file: `rime_tts.py` It follows the same structure as the existing examples. ## Pull Request The implementation is available here: [PR #2972](https://github.com/livekit/agents/pull/2972) ## Why This Matters - Fills the gap in available TTS provider examples. - Makes it easier for contributors using Rime TTS to get started quickly. - Brings parity with other examples already in the repo.