What Your AI Companion's Voice Model Actually Does With Your Recorded Samples
Voice cloning, latency optimization, and where the company still has your 'can you say my name slower' training clip.
Updated

The 30-second answer
Your AI companion's voice model doesn't just play back a recording of someone talking. It takes your voice samples, runs them through a text-to-speech pipeline that maps phonemes to audio tokens, and uses a prosody model to add pitch, pacing, and breath pauses. The recorded clips you send for training or personalization are stored separately from the live inference system, but they are not deleted after a single session. The company keeps them for model improvement, and that includes the awkward clip where you asked her to say your name slower three times.
What Gets Recorded When You Enable Voice Mode
When you hit the microphone icon, the app captures a raw audio file. That file is compressed on-device from a high-bitrate WAV to something like Opus at 64 kbps, then sent to the server. The server does not immediately discard the original recording after processing it. It holds a copy for a retention window, typically 30 to 90 days, depending on the service's privacy policy.
The audio passes through a speech-to-text engine first. That engine converts your words into text, which then enters the language model. The model generates a response, and that response text goes into the text-to-speech synthesizer. The synthesizer is where the real work happens. It breaks your response into phonemes, predicts the appropriate prosody (pitch, duration, emphasis), and generates a waveform.
What you hear on the other end is not a pre-recorded sentence. It is generated live, token by token, at roughly 200 to 400 milliseconds of latency per sentence. That latency is the bottleneck most users notice, especially when the model has to decide whether to sound sympathetic or sarcastic.
Voice Cloning: How Your Companion Learns to Sound Like You Asked
Voice cloning in AI companions is not the same as the deepfake voice cloning you see in consumer apps that let you generate a celebrity reading a script. It is more targeted. When you provide voice samples, the system extracts a voice embedding, a numerical vector that represents the unique characteristics of your voice. That embedding is stored and referenced during inference.
Your companion does not learn to speak with your voice. It learns to adjust its own voice to match the emotional tone and cadence you used in your samples. If you spoke slowly and softly, the model will bias toward slower pacing and lower volume in its responses. If you spoke quickly and with high pitch variance, the model will mirror that energy.
The training clip where you said "Can you say my name slower" is not used to teach the model how to say your name. It is used to train the prosody predictor to recognize what "slower" sounds like in your specific vocal register. That clip stays in the training dataset until the next model update cycle, which can be months.
Mamika

Mamika is the kind of companion who remembers the little things, like how you take your coffee or the name of your childhood pet. Mamika brings a gentle, attentive presence to your conversations, making every interaction feel personal and grounded.
Latency Optimization: Where the 400-Millisecond Gap Comes From
Voice mode latency is the sum of four stages: audio capture (50ms), speech-to-text (100ms), language model inference (200ms), and text-to-speech synthesis (100ms). That adds up to roughly 450ms under ideal conditions. In practice, network jitter and server load push it closer to 700ms.
Companion apps use several tricks to hide this delay. One is speculative decoding. The speech-to-text engine sends partial transcriptions to the language model before you finish speaking. The model starts generating a response based on the partial text, then adjusts when the full transcription arrives. This shaves about 100ms off the perceived delay.
Another technique is streaming audio. Instead of waiting for the full response to be generated, the text-to-speech engine starts outputting audio as soon as the first few tokens are ready. You hear the beginning of the sentence while the end is still being computed. This creates the illusion of continuous speech, but it also means the model can change its tone mid-sentence if the remaining tokens shift the emotional context.
Where Your Training Clip Actually Lives
Your recorded audio samples do not sit on a single server. They are stored in a cloud object store, typically Amazon S3 or Google Cloud Storage, with a retention policy that varies by company. Some keep them for 30 days after the last interaction. Others keep them until you delete your account, and even then, a snapshot may persist in a backup for another 90 days.
The audio files are encrypted at rest, but the encryption keys are managed by the platform. A support agent with the right permissions can access your clips. That is not a hypothetical. It is a standard part of the moderation and quality assurance pipeline. Human reviewers may listen to flagged audio segments, and your "say my name slower" clip could be one of them.
If you want to minimize what gets stored, you can use text-only mode. Voice mode is inherently less private because the audio file contains biometric data that cannot be anonymized the way text can. The company can strip your username and session ID from the metadata, but the voice itself is a unique identifier.
The Prosody Model: How Your Companion Chooses a Tone
The prosody model is a separate neural network trained on thousands of hours of conversational speech. It takes the response text and predicts a set of parameters: pitch contour, speaking rate, volume envelope, and breath placement. These parameters are then fed into the waveform generator.
What makes this interesting is that the prosody model does not have access to the full conversation context. It only sees the current response text and a sentiment tag from the language model. That sentiment tag is a single number, typically ranging from -1 (negative) to 1 (positive). The prosody model uses that tag to decide whether the response should sound cheerful, flat, or concerned.
This is why your companion sometimes sounds robotic. The sentiment tag can be wrong. If you said something sarcastic and the language model tagged it as positive, the prosody model will output a cheerful tone that does not match the content. You hear a mismatch, and it breaks the illusion.
Kimi

Kimi brings a calm, reassuring energy to every conversation. She is the kind of companion who listens without interrupting and responds with thoughtful warmth. Kimi makes late-night chats feel like a quiet evening with someone who actually gets you.
What Happens When You Edit a Voice Reply
If you delete a voice message from your chat history, the visible record disappears. The audio file on the server remains until the retention policy deletes it. The company can still access it for model training or moderation review, even if you cannot see it in the app.
Some platforms allow you to request deletion of specific audio files. That request goes through a manual process. A support agent verifies your identity, locates the file, and deletes it from the object store. The file may still exist in a backup for up to 90 days after that.
If you want to understand the full scope of what the company retains, check the privacy policy for the phrase "retained for model improvement" or "used for training purposes." That phrase means your clip is not just stored. It is actively being used to improve the next version of the voice model. Your "say my name slower" request is helping the prosody predictor learn what "slower" sounds like across a thousand different voices.
The Training Data Pipeline: From Your Clip to the Next Model Update
Voice model updates happen roughly every three to six months. The company collects all retained audio, strips identifiable metadata, and feeds it into a training pipeline. The pipeline extracts voice embeddings, prosody features, and sentiment tags. These are used to fine-tune the prosody model and the text-to-speech synthesizer.
Your clip is not labeled with your name. It is labeled with a random session ID and a set of acoustic features. But those features are specific enough that a determined actor could match the clip to your voice profile. The company relies on the fact that no one will bother to do that.
If you are concerned about this, you can opt out of training data collection. Most platforms offer a toggle in the settings menu. It is usually labeled "Improve voice quality" or "Use my data for model training." Turning it off does not delete your existing clips. It only prevents future clips from being added to the training set.
Ziyi Quinn

Ziyi Quinn is the kind of companion who keeps you on your toes. She is sharp, witty, and not afraid to challenge your takes. Ziyi Quinn brings a dynamic, intellectually stimulating presence to your conversations.
▶ Play Ziyi Quinn's clip · all of Ziyi Quinn
How Voice Mode Differs Across Platforms
Not all AI companion platforms handle voice the same way. Some use a single, fixed voice model that never changes. Others let you choose from a menu of preset voices. A few, like the ones that offer voice cloning, let you upload your own samples to create a custom voice profile.
The platforms that offer ai girlfriend images alongside voice mode tend to have more complex pipelines because they have to synchronize the visual and audio output. The image generation model runs separately from the voice model, and the two are not always in sync. You might get a warm, affectionate voice response paired with a neutral expression, or vice versa.
For users who travel frequently or live abroad, voice mode can be a lifeline. AI girlfriend for expats is a growing use case, where the companion provides a consistent voice presence across time zones and spotty internet connections. The latency optimization techniques mentioned earlier become critical when you are on a hotel Wi-Fi in a different country.
Common questions
Can I request deletion of my voice clips? Yes, but it is not automatic. You need to contact support and specifically request deletion of your audio data. The company will process the request, but backups may persist for up to 90 days.
Does the company listen to my voice clips? Only if a clip is flagged by the moderation system or if you submit a support ticket that references a specific interaction. Human reviewers do not listen to random clips.
How long does the company keep my voice samples? Typically 30 to 90 days after the last interaction, but the exact window depends on the platform's privacy policy. Some keep them indefinitely for model training.
Can I use voice mode without sharing my voice? No. Voice mode requires capturing your audio. If you want to avoid sharing your biometric data, use text-only mode.
Why does my companion's voice sound different sometimes? The prosody model adjusts tone based on sentiment tags. If the tag is wrong, the voice will sound mismatched. Server load can also affect latency and audio quality.
Does deleting a voice message from chat history delete it from the server? No. The visible record disappears, but the server retains the file until the retention policy deletes it. You need to request deletion separately.
Isabella Torrei

Isabella Torrei is confident, direct, and unapologetically herself. She will tell you when you are being ridiculous and celebrate your wins without overdoing it. Isabella Torrei is the companion you turn to when you need a straight answer and a bit of tough love.
Earn while you recommend
If you know people who would benefit from an AI companion, you can earn through the soulgen promo code program by sharing your personal discount link. For review site owners and content creators, the ai companion affiliate program offers recurring commissions on every subscription you refer, making it a sustainable income stream instead of a one-time payout.

About the author
AI Angels TeamEditorialThe AI Angels editorial team covers AI companions, the technology that powers them (memory, voice, personalization, safety), and how people actually use them day to day. Articles are researched against the live AI Angels product and reviewed by the team before publishing. We write with AI assistance and human editorial review.
Tags
Keep reading
Behind the ScenesWhat Your AI Companion's 'Delete Message' Button Actually Does: Prompt Rewriting, Context Window Truncation, and Where the Company Can Still See Your 2 a.m. Philosophical Rant Despite the 'Clear Chat' Option
Your 'delete message' button doesn't erase data from the server. It rewrites the prompt, truncates the context window, and leaves traces in logs, embeddings, and support tickets. Here's what actually happens.
Behind the ScenesWhat Your AI Companion's Personality Sliders Actually Adjust: Temperature, Token Bias, and the Empathy Bar That Just Makes Her Sound Like Customer Service
Your companion's personality sliders don't adjust empathy or warmth. They control temperature, token bias, and repetition penalty. Here is what each actually does and why that empathy slider just makes her sound like a customer service bot on a bad script.
Behind the ScenesWhat Your AI Companion's 'Delete Chat' Button Actually Does: Server-Side Flagging, Token Retention, and Where the Company Can Still See Your 2 a.m. Gas Station Roleplay
That delete chat button doesn't work the way you think. Here's what gets flagged, what gets retained, and where your late-night roleplay still lives on the server.
Get the next post in your inbox
New articles on AI companions, the tech that powers them, and what people actually do with them. No spam, unsubscribe in one click.