AI�����鱨վ
AI AI工具情报站
China AI ai-models

业内首个支持 14 种语言跨语种无口音、且无需参考文本即可完成语音克隆的开源模型,3 秒音频即可克隆音色

IT之家(RSS) 2026-06-23

NetEase Youdao Just Open-Sourced Something Pretty Wild: 3 Seconds of Audio to Clone Your Voice

Voice cloning might feel like old news by now—ElevenLabs and Azure TTS have been doing it well for a while.

But Confucius4-TTS, recently open-sourced by NetEase Youdao, has some genuinely innovative features that set it apart from existing solutions.

14 Languages, Cross-Lingual, and Accent-Free

Let's unpack what "14 languages, cross-lingual, and accent-free" actually means.

Most existing voice cloning solutions target a single language. You clone a Chinese voice to speak Chinese—decent results. But if you want that same Chinese voice to speak English, the accent is usually heavy—you can tell "this is a Chinese speaker speaking English."

Confucius4-TTS claims to solve this. It supports 14 languages including Chinese and English, and when doing cross-lingual synthesis, it achieves "accent-free" results—meaning, if you make a Chinese speaker's voice say English text, it doesn't sound like "English with a Chinese accent," but rather sounds like natural English pronunciation.

This is technically quite hard. Accent essentially comes from the speaker's native language pronunciation habits carrying over into the second language. To eliminate this, the model has to simultaneously understand "what is this speaker's voice timbre?" and "what is the natural pronunciation pattern of this target language?"—and process them separately.

3 Seconds of Audio, Zero-Shot Cloning

The second highlight: "3 seconds of audio is enough for cloning." This is so-called "zero-shot voice cloning"—no need for per-speaker specialized training. Give the model 3 seconds of reference audio, and it learns that person's voice timbre.

What's 3 seconds? Roughly two sentences. That means: you open a voice recorder, say two random sentences, and AI can now speak in your voice.

According to Youdao's published data, cloned voice similarity to the original exceeds 85%, and task accuracy (whether the cloned speech is accurate and natural) reaches 97%.

First-Ever "Audio Prompt Emotional Cloning Transfer"

The third innovation—and the one I find most interesting—is audio Prompt emotional cloning transfer.

Traditional TTS: if you want to control emotion, you usually do it via text Prompt—you tell the model "say this with a happy tone." But Confucius4-TTS supports using audio Prompts to transfer emotion: you give the model a reference audio clip (say, a recording of someone speaking with a laugh in their voice), and the model clones not just the speaker's timbre but also "transfers" the emotion from that reference audio into the newly generated speech.

This opens up some pretty interesting use cases. For example: you want AI to read a story in your grandmother's voice—you have a voice recording of your grandmother (timbre cloning), and you can also find a recording of her speaking with a specific emotion (emotion transfer), letting AI read the story in "your grandmother's tone."

Under the Hood: GPT-Style Semantic Model + SSL + Flow Matching

The technical architecture uses several modules that are mainstream but cleverly combined:

  • **GPT-style semantic model**: responsible for turning text into "semantically meaningful speech representations"
  • **SSL pre-trained features** (Self-Supervised Learning): extracting speaker features from reference audio
  • **ECAPA-TDNN speaker encoder**: specifically designed to extract "who is speaking" information
  • **Flow Matching framework**: responsible for turning all the above representations into final audio waveforms

The advantage of this architecture: each module has its own role, and timbre, semantics, emotion, and prosody information are relatively cleanly separated—this is the so-called "timbre and style decoupling control."

The benefit of "decoupling": you can swap timbre independently (keeping speech content and emotion unchanged), or swap emotion independently (keeping timbre and content unchanged), or even achieve "one voice, multiple roles"—the same speaker timbre saying the same text in different ways, generating multiple versions with different emotional colors.

Already Open-Sourced, 54GB Resource Pack Available

Confucius4-TTS is fully open-sourced under the Apache license (meaning commercial use is also fine). Youdao also provides a 54GB resource pack for local deployment.

54GB sounds quite large—but considering the model covers 14 languages, supports zero-shot cloning, and does emotion transfer, this size is actually reasonable.

For enterprises needing locally deployed TTS capabilities (companies building smart hardware, in-car systems, or call center solutions), this open-source model is quite valuable—no need to rely on third-party TTS APIs anymore; data privacy and cost control both become easier.

Why This Matters

The TTS field has progressed rapidly in recent years. But most high-quality solutions are closed-source (ElevenLabs, Azure, Google Cloud TTS). In China, several companies are working on this, but open-source models with genuinely competitive quality are rare.

Youdao's model has several genuine technical innovations (cross-lingual accent-free synthesis, audio Prompt emotion transfer), and they chose to fully open-source—that combination is still quite rare in the industry.

For developers, you can now go to Hugging Face or ModelScope to download and experiment with this model. For enterprises wanting to build customized voice applications, there's now a high-quality open-source option available.

Source: IT之家(RSS)

View original article