Skip to content

feat(rumik-ai): add Rumik AI TTS plugin#6234

Open
YashrajKupekar17 wants to merge 1 commit into
livekit:mainfrom
ira-rumik:add-rumik-ai-tts-plugin
Open

feat(rumik-ai): add Rumik AI TTS plugin#6234
YashrajKupekar17 wants to merge 1 commit into
livekit:mainfrom
ira-rumik:add-rumik-ai-tts-plugin

Conversation

@YashrajKupekar17

Copy link
Copy Markdown

Adds livekit-plugins-rumik-ai, a streaming text-to-speech plugin for
Rumik AI's Silk voices. It exposes both Silk models through
one rumik_ai.TTS interface:

  • muga (silk muga 1) - expressive Romanized Hinglish emotion TTS. Each line
    starts with one global tone tag - [happy], [excited], [sad], [angry],
    [neutral], [whisper] - with optional inline events <laugh>, <chuckle>,
    <sigh>. Tuned for short, natural spoken lines (reactions, banter, support).
  • mulberry (silk mulberry 1.5) - faster, description-driven voice for
    **English and code-mixed sentences. Steer it with a natural-language description, or a preset speaker (speaker_1speaker_4). Streams, so it suits low-latency agents.
from livekit.plugins import rumik_ai

tts = rumik_ai.TTS(model="muga")                                  # [tone] Hinglish
tts = rumik_ai.TTS(model="mulberry", description="warm podcast host voice")

Config: RUMIK_API_KEY (required), RUMIK_GATEWAY_URL (optional gateway override).
Model and prompting reference: https://docs.rumik.ai

Add livekit-plugins-rumik-ai, a streaming TTS plugin backed by Rumik's
Silk WebSocket API (muga/mulberry voice models). Includes the plugin
package, unit tests, two examples, manifest/lockfile registration, and
.env.example entries.
@YashrajKupekar17 YashrajKupekar17 requested a review from a team as a code owner June 25, 2026 19:55
@CLAassistant

CLAassistant commented Jun 25, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants