-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Chatterbox model support #4541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Chatterbox model support #4541
Conversation
📝 WalkthroughWalkthroughAdd model parameter support to Resemble TTS plugin, enabling users to specify TTS models during initialization and updates. Model is included in REST and WebSocket API payloads when provided. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧹 Recent nitpick comments
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (1)**/*.py📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (1)📓 Common learnings🧬 Code graph analysis (2)livekit-plugins/livekit-plugins-resemble/livekit/plugins/resemble/__init__.py (1)
livekit-plugins/livekit-plugins-resemble/livekit/plugins/resemble/tts.py (8)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (8)
✏️ Tip: You can disable this entire section by setting Comment |
| PCM_16 = "PCM_16" | ||
|
|
||
|
|
||
| TTSModels = Literal["chatterbox", "chatterbox-turbo"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should include other resemble models. if no explicit name, we could call it resemble
that should be the default model as that's the current behavior..
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.