feat: Add Korean language support with CosyVoice2 TTS pipeline#59
Open
hanishkeloth wants to merge 1 commit intoNVIDIA:mainfrom
Open
feat: Add Korean language support with CosyVoice2 TTS pipeline#59hanishkeloth wants to merge 1 commit intoNVIDIA:mainfrom
hanishkeloth wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
Add a parallel Korean conversation pipeline using: - faster-whisper for Korean ASR (speech-to-text) - OpenAI-compatible LLM API for Korean text generation - CosyVoice2-0.5B for Korean TTS (text-to-speech, streaming) Backend: - New moshi/moshi/korean/ package with ASR, LLM, TTS, and pipeline modules - Korean voice presets (4 voices: 2 female, 2 male) - New /api/chat-ko WebSocket endpoint using same binary protocol - CLI args: --language, --llm-endpoint, --llm-model, --whisper-model, --cosyvoice-model Frontend: - i18n system with English and Korean translations - Language selector toggle (EN / 한국어) on the Queue page - Korean text prompt presets and voice options - All hardcoded UI strings replaced with i18n keys The existing English end-to-end mode remains untouched.
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.
Add a parallel Korean conversation pipeline using:
Backend:
Frontend:
The existing English end-to-end mode remains untouched.