Mimic → Guide
How to clone a voice on an iPhone
Last updated 17 August 2026
You need three things: a clean voice sample of roughly 45 seconds, an app that builds a voice model from it, and permission from the person whose voice it is.
The sample matters more than the app. A quiet room, a consistent distance from the microphone and natural connected speech will beat an expensive tool fed a noisy clip every time. Everything else — cloud or on-device, real-time or offline — is a trade-off you pick after that.
"Voice cloning" gets used for two different things, and the distinction decides which tool you want.
Cloning versus text-to-speech
Text-to-speech takes typed text and reads it aloud in a target voice. You get a synthetic performance — the timing, emphasis and emotion come from the model's guess about how the sentence should sound.
Voice conversion takes your speech and re-renders it in someone else's voice. You perform the line; the model swaps the timbre. Your timing, your emphasis, your laugh — someone else's vocal character.
For narration and dubbing, conversion usually sounds better, because human delivery is still hard to synthesise convincingly. For generating long passages you never want to perform yourself, text-to-speech wins. Most tools do one well and the other adequately.
What both need first is a speaker embedding — sometimes called a tone colour vector. That is a compact numerical description of what makes a voice that voice: vocal tract shape, pitch range, resonance, characteristic timbre. It is not a recording, and you cannot play it back or reconstruct the original audio from it. Building this from a sample is the "cloning" step; everything after is applying it.
Cloud or on-device?
| Cloud service | On-device | |
|---|---|---|
| Quality ceiling | Higher — no compute limit | Good, bounded by the phone |
| Your recording | Uploaded and stored on someone's server | Never leaves the phone |
| Works offline | No | Yes |
| Real-time use | Round-trip latency | Possible — roughly a second |
| Account required | Almost always | Not necessarily |
| Hardware | Any phone | Recent chip only |
The honest summary: if you want the absolute best-sounding clone and do not mind uploading your voice, a cloud service will beat a phone. If you care that a recording of your voice — or your child's — is not sitting in a third party's storage indefinitely, on-device is the only version of this that actually guarantees that.
Voice is biometric data in several jurisdictions, including under Illinois' BIPA and the EU's GDPR. "We delete it after 30 days" is a policy, not a technical guarantee. On-device processing is the only arrangement where the guarantee is structural — there is no server to send it to.
How to record a sample that actually works
This is where most bad clones come from, and it costs nothing to get right.
- Find a quiet, soft room. Carpet, curtains, a sofa. Bathrooms and kitchens are the worst option — hard surfaces add reverb, and reverb is baked into the clone permanently.
- Hold the phone a consistent hand's width away. Moving closer and further mid-sample teaches the model an unstable voice.
- Read connected prose, not word lists. The model needs natural transitions between sounds. Reading a paragraph aloud gives it that; reciting isolated words does not.
- Cover the range of sounds. This is why phonetically balanced passages exist — the Rainbow Passage and the Harvard Sentences are public-domain texts written to include most English phonemes in a short read.
- Speak the way you normally speak. A performed "radio voice" clones a radio voice. If you want your own voice back, use it.
- Give it about 45 seconds. Beyond roughly a minute the returns flatten quickly; below about 20 seconds the timbre gets thin and unstable.
What to avoid: background music (it cannot be separated out and will be modelled as part of the voice), audio played back through a speaker and re-recorded, heavily compressed sources such as streamed video or a phone call, and any clip where two people talk over each other.
What happens to the sample
A typical on-device pipeline runs in two stages. A speaker encoder converts the sample into the embedding described above — a few hundred numbers, produced in well under a second on a recent chip. Then a conversion model takes incoming speech plus that embedding and re-synthesises the audio with the target timbre.
Several of the open models in this space descend from OpenVoice, an MIT-licensed research project, ported to Core ML to run on Apple's Neural Engine. Worth noting for accuracy: the Neural Engine is the hardware. It is not the same thing as Apple Intelligence, which is a separate set of system features.
Real-time, or converting a recording
Converting an existing recording is the easier case — the model can take as long as it needs. Real-time is harder: audio has to be captured, embedded, converted and played back continuously, and the delay between speaking and hearing yourself is what makes it usable or not.
Around a second of latency is workable when you are wearing headphones and performing. It is not workable for conversation, and no phone-based system is currently close to the sub-50-millisecond range that would feel immediate. Anyone promising conversational latency on a phone is describing something else.
Use headphones. Without them the converted output goes into the microphone and feeds back.
Which iPhones can do this
Neural voice conversion in real time needs a recent Neural Engine — in practice iPhone 15 Pro or newer (A17 Pro, A18, A19 and later). That is a throughput requirement, not an artificial one: the model has to run faster than speech arrives, continuously, without draining the battery.
Older iPhones can still run classic DSP voice effects — pitch shifting, formant shifting, ring modulation, reverb. Those are the Robot and Helium style effects, and they are genuinely useful, but they change the shape of a voice rather than reproducing a specific person's.
Consent, and the rules that apply
Clone your own voice freely. For anyone else's, get their clear permission first — and understand that this is not only an etiquette question.
- Right of publicity. Many US states protect a person's voice as part of their identity. Tennessee's ELVIS Act explicitly covers voice; California and New York have their own regimes.
- Biometric privacy law. Illinois' BIPA treats voiceprints as biometric identifiers requiring written consent, and it allows individuals to sue directly.
- Fraud and impersonation. Using a cloned voice to deceive someone — particularly to obtain money or credentials — is straightforwardly illegal in most places, regardless of how the audio was made.
- Platform rules. Most major platforms now require synthetic media involving a real person's likeness to be disclosed, and remove it when it is not.
The practical test that keeps you clear: would the person whose voice this is be comfortable seeing what you made? If you would not show them, do not publish it. Laws vary by jurisdiction and this is not legal advice — but consent, disclosure and not using someone's voice to deceive people cover almost every real case.
There is also a design answer to this. A tool that clones only from a live microphone recording — where the person has to be present, reading a script, right now — makes non-consensual cloning structurally awkward in a way that a tool accepting an uploaded clip never can.
What voice cloning still cannot do
- Singing. Speech models handle pitch conservatively; sustained melodic notes generally fall apart.
- Accents and languages the sample never contained. The clone inherits the accent of the sample, not of the speaker's whole ability.
- Emotion you do not perform. In voice conversion, the feeling comes from your delivery. A flat read produces a flat clone.
- Fixing a bad sample. Noise, reverb and clipping are learned as part of the voice. There is no later step that removes them.
- Children's voices reliably. Higher fundamental frequencies sit at the edge of what most models were trained on.
Doing this on an iPhone
Mimic is a voice cloning and real-time voice changing app for iPhone that runs the whole pipeline on the device. You read a short script for 45 seconds, it builds a voice avatar on the phone, and you can then perform with that voice live through headphones or convert a recording.
Cloning is microphone-only by design — there is no way to import a downloaded clip, so the person being cloned has to be present and reading. The app also asks you to confirm you have permission before it will record a sample at all.
Fourteen voices ship with it: six free effects (Robot, Helium, Demon, Underwater, Whisper, Echo) that work on any supported iPhone, and eight designer voices that need Pro. Cloning and the designer voices require iPhone 15 Pro or newer, for the throughput reason above.
Nothing is uploaded. There is no account and no backend — recordings, embeddings and converted audio stay on the phone. Free to download; Mimic Pro is a monthly subscription with a 7-day free trial, or a one-time lifetime purchase.
Common questions
How long does a voice sample need to be?
About 45 seconds of clean, connected speech is the practical sweet spot. Below roughly 20 seconds the clone tends to sound thin and unstable; past about a minute the improvement flattens out quickly. Sample quality matters far more than sample length — 30 clean seconds beats three noisy minutes.
Can I clone a voice from a YouTube video or a voice note?
Technically some tools accept any audio file, but there are two problems. Streamed and messaging audio is heavily compressed, and that compression is learned as part of the voice, so the clone sounds worse than a fresh recording. More importantly, using someone's voice without their permission may breach right-of-publicity or biometric privacy laws depending on where you are. Some apps, Mimic among them, only clone from a live microphone recording for exactly this reason.
Does voice cloning work offline on iPhone?
It can, if the app runs its models on the device rather than a server. On-device cloning uses Core ML on Apple's Neural Engine and works in airplane mode, with nothing uploaded. Most voice cloning services are cloud-based and require a connection and an account. Check whether the app has a backend at all — that is the difference that determines where your recording ends up.
Which iPhone do I need for voice cloning?
Neural voice conversion in real time needs iPhone 15 Pro or newer — A17 Pro, A18, A19 and later — because the model must run continuously faster than speech arrives. Older iPhones can still run classic DSP effects such as pitch and formant shifting, which alter a voice without reproducing a specific person's.
Is voice cloning legal?
Cloning your own voice is fine. Cloning someone else's without permission may breach right-of-publicity laws (Tennessee's ELVIS Act names voice explicitly) or biometric privacy laws such as Illinois' BIPA, and using a cloned voice to deceive someone is illegal in most jurisdictions regardless of how it was produced. Get clear consent, disclose synthetic audio when a real person's likeness is involved, and do not use it to mislead. This is not legal advice and the rules vary by jurisdiction.
Why does my clone sound robotic or muffled?
Almost always the sample. The usual culprits are room reverb from a hard-surfaced space, background music or noise, inconsistent distance from the microphone, or a source that had already been compressed. Those artefacts are learned as part of the voice and cannot be removed afterwards. Re-record in a soft, quiet room at a steady distance and the difference is usually dramatic.
Can a cloned voice sing?
Generally not well. Speech-focused models treat pitch conservatively and sustained melodic notes tend to break down. Singing voice conversion is a separate research area with its own models, and it is not what general voice cloning tools are built for.
What is the difference between a voice changer and voice cloning?
A voice changer applies signal processing — pitch shift, formant shift, reverb, modulation — to make a voice sound different. It does not know whose voice it is producing. Voice cloning builds a model of one specific person's vocal character and reproduces that. Changers run on any hardware; cloning needs a neural model and a recent chip.