
ElevenLabs is building identity-preserving automatic dubbing that can translate speech into other languages while keeping the same person’s voice and emotional delivery—making global content feel native, not subtitled.
ElevenLabs introduced “Agent Skills,” a collection of reusable capabilities designed to help developers build faster with ElevenLabs.
Voice conversion can transform one person’s voice into another’s by generating the same message in a new voice while keeping the original speaker’s intonation (how the speech rises/falls and flows).
Voice cloning works by encoding a target voice’s identity (the recognizable “sound” of a person) so the system can generate new speech that matches that identity.
High-quality voice conversion and cloning could significantly reduce production time and costs across content industries.
People who contribute their voices for training could earn passive fees, creating a new way for voice owners to be compensated over time.
ElevenLabs’ voice research is primarily aimed at a flagship product: an identity-preserving automatic dubbing tool planned for release early next year.
The core goal is one-click multilingual accessibility in the original speaker’s voice, so audiences can hear content in their language without losing the creator’s “presence.”
The system aims for “native-grade” speech in the target language, meaning it should sound natural to native listeners—not robotic or obviously translated.
Voice cloning is used to preserve speaker identity across languages, generating new utterances that still sound like the same person.
Voice conversion is used to preserve emotion, intent, and speaking style, improving immersion by keeping the performance—not just the words.
The article highlights a fundamental technical tradeoff: emphasizing the target voice too much can lose the source emotion/timing, while emphasizing the source too much can weaken the illusion of the target identity.
The paper explicitly raises ethical and legal risks and the need for safeguards, citing real-world harm (a 2020 scam using audio deepfakes to authorize a $35 million transfer) and concerns like fraud, disinformation, defamation, and copyright/consent issues.
Most translation today is either text (captions) or “dubbed” audio that loses the original speaker’s identity and performance. If ElevenLabs can reliably keep both the voice (who it sounds like) and the delivery (how it’s said) while switching languages, global education, entertainment, and communication could feel far more human and engaging—like the creator is speaking directly to you.
At the same time, the same realism that makes this powerful also makes it risky. The article makes clear that convincing voice replication can enable fraud and manipulation, so building safeguards alongside the technology isn’t optional—it’s central to whether society can benefit from these tools without being harmed by them.
ElevenLabs’ “how” is essentially a two-part pipeline: (1) learn what a person’s voice sounds like (identity) and (2) learn how they are saying it (delivery), then recombine those pieces to produce speech in a new language that still feels like the same person.
Here is the process in simple steps, using the article’s own framing:
Collect many examples of the target voice They train the system on a dataset with “many examples” of the target speaker’s speech. This is like giving the model a large photo album of someone’s face from different angles so it can recognize what stays consistent.
Encode the target speaker’s “voice identity” (voice cloning) The model learns a compact representation of what makes that voice recognizable. The article calls this “encoding the target voice’s identity,” meaning the stable traits that make you say “that sounds like the same person,” even across different sentences.
Break speech down into small building blocks (phonemes)
The article explains that speech can be decomposed from sentences → words → phonemes.
A phoneme is the smallest sound unit that can change meaning in a language (for example, the difference between the “b” and “p” sound). The model operates at this “fundamental” level so it can rebuild speech precisely.
Parse the source utterance to capture content + performance The system takes the original recording (source speech) and extracts:
Map the source content into the target language
They describe training “robust multi-language models” that can “parse utterances in the source language and map them onto the target language with the right intonation.”
In plain terms: the model learns how to express the same idea in another language while trying to keep the same rise/fall, emphasis, and pacing.
Render the new speech using the target voice’s characteristics (voice conversion) This is the “recombination” step: generate the translated speech in the target voice, while trying to preserve the original performance. The article summarizes the goal as expressing “source speech content with target speech characteristics.”
Tune the balance between identity and emotion (the key tradeoff) They explicitly describe a balancing act:
A helpful analogy from the article is face-swapping: you place “markers” on a face to constrain how the swap happens. In voice conversion, the “markers” are like the constraints imposed by the target voice’s learned phoneme-level characteristics. More constraints can improve identity, but can also restrict faithful transfer of the original delivery.
The article uses a few concrete scenarios to show the method “in action” (even if it does not provide experimental tables or metrics).
Educational YouTube video example (English → Spanish)
Emotion + identity stress test (angry shouting → “Morgan Freeman” voice)
Real-world misuse case (2020 $35M deepfake scam)
Traditional dubbing and many older speech systems typically separate tasks in a way that loses “human presence.”
1) It targets “identity-preserving” dubbing, not just translation Traditional dubbing usually replaces the original actor with a different voice actor. Even if the translation is accurate, the speaker identity is gone. Here, the novelty is the explicit goal: same speaker, new language.
2) It treats performance as a first-class object (not an afterthought) Many systems focus on intelligibility (clear words) and correctness (right translation). ElevenLabs emphasizes preserving emotion, intent, and style of delivery for immersion. That is a different optimization target: not only “is it correct,” but “does it feel like the same moment, performed by the same person.”
3) Multilingual modeling is built into the conversion step They highlight “robust multi-language models” that can parse source utterances and map them to target language “with the right intonation.” This is important because intonation patterns differ across languages; you cannot simply swap words and expect natural speech.
4) The “face-swap marker” framing clarifies controllability By comparing voice conversion constraints to face-swap markers, they are describing a controllable system: you can adjust how strongly the target identity constrains the output versus how much the source performance drives it. That explicit tradeoff is central to making the output both believable and expressive.
The article is candid about two main categories of obstacles: technical tradeoffs and misuse risks.
Challenge 1: The identity vs. emotion tradeoff
Challenge 2: Cross-language naturalness (“native-grade” speech)
Challenge 3: Ethical and legal misuse (fraud, disinformation, consent, copyright)
If you want, I can turn this into a simple diagram-style explanation (inputs → models → outputs) and label exactly where “voice cloning” ends and “voice conversion” begins, since the article uses both terms and they can blur together for readers.