Skip to content

Conversation

@gokuljs
Copy link
Contributor

@gokuljs gokuljs commented Nov 25, 2025

The Rime TTS plugin currently allows updates only for model and speaker values through the update_options method. This creates limitations for applications that need to adjust TTS behavior during runtime. Voice agents often modify temperature, speed, stability, latency settings, or other Rime specific parameters based on conversation context or user preference. Since these values cannot be changed without recreating the full TTS instance.

@gokuljs gokuljs marked this pull request as draft November 25, 2025 22:30
@gokuljs
Copy link
Contributor Author

gokuljs commented Nov 25, 2025

#4094

@gokuljs gokuljs marked this pull request as ready for review November 26, 2025 20:00
@gokuljs
Copy link
Contributor Author

gokuljs commented Nov 26, 2025

@theomonnom something seems off with the Ruff formatter in the GitHub CI. I ran both the format and check commands locally and they passed, but the CI is still failing.

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

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

lgtm

@davidzhao davidzhao merged commit bea4a40 into livekit:main Dec 7, 2025
9 of 12 checks passed
meetakshay99 added a commit to meetakshay99/agents that referenced this pull request Dec 12, 2025
* main: (267 commits)
  AGT-2328: negative threshold in silero (livekit#4228)
  disable interruptions for agent greeting (livekit#4223)
  feature: GPT-5.2 support (livekit#4235)
  turn-detector: remove english model from readme (livekit#4233)
  add keep alive task for liveavatar plugin (livekit#4231)
  feat(warm-transfer): add sip_number parameter for outbound caller ID (livekit#4216)
  fix blocked send task in liveavatar plugin (livekit#4214)
  clear _q_updated right after await to avoid race conditions (livekit#4209)
  ensure playback_segments_count is consistent in the audio output chain (livekit#4211)
  fix inworld punctuation handling (livekit#4215)
  Inference: Rename fallback model name param (livekit#4202)
  fix race condition when stop background audio play handle (livekit#4197)
  fix watchfiles prevent agent prcoess exit on sigterm (livekit#4194)
  feat(google): add streaming support for Gemini TTS models (livekit#4189)
  Add LiveAvatar Stop Session API Call + README Fix (livekit#4195)
  Fallback API for Inference (livekit#4099)
  feat(rime): expand update_options to accept all TTS parameters (livekit#4095)
  mistralai models update (livekit#4156)
  fix record.exc_info is not pickable when using LogQueueHandler (livekit#4185)
  Restore otel chat message (livekit#4118)
  ...
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