feat: Add CAMB AI TTS and end-to-end dubbing integration#538
Open
neilruaro-camb wants to merge 1 commit intoHuanshere:mainfrom
Open
feat: Add CAMB AI TTS and end-to-end dubbing integration#538neilruaro-camb wants to merge 1 commit intoHuanshere:mainfrom
neilruaro-camb wants to merge 1 commit intoHuanshere:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there! 👋
We're the team at CAMB AI — we build localization AI and are the engine of choice for major sports brands including the NBA, Premier League, NASCAR, and the Australian Open. We'd love to be added as an integration in VideoLingo!
What this PR adds
1. CAMB AI TTS Backend
A new TTS option (
camb_tts) using CAMB AI's MARS speech models:mars-flash(~150ms latency),mars-pro,mars-instruct,mars-nano/tts-streamendpoint2. CAMB AI End-to-End Dubbing
A one-click dubbing option that handles the entire pipeline — transcription, translation, and voiceover — via CAMB AI's
/dubAPI:Changes
core/tts_backend/camb_tts.py— new TTS backendcore/tts_backend/tts_main.py— added camb_tts to dispatchcore/dubbing_backend/camb_dubbing.py— new end-to-end dubbing modulecore/st_utils/sidebar_setting.py— CAMB TTS config in sidebarst.py— tab-based UI (VideoLingo Pipeline | CAMB AI Dubbing)config.yaml— default config for camb_tts and camb_dubbingNo breaking changes
The existing VideoLingo pipeline is untouched. CAMB AI features are opt-in and require an API key from studio.camb.ai.
We're happy to iterate on any feedback. Thanks for building such a great tool!