How Qwen3 TTS Clone Voice works
Reference audio becomes a speaker embedding; new text becomes speech through the matching Qwen3 TTS model.
Step 1
Upload reference audio
Provide a clip of one speaker — up to about five minutes, though a short clean sample usually works best. MP3, WAV, and similar formats are accepted.
Step 2
Create speaker embedding
The clone-voice model returns a safetensors speaker embedding — a reusable voice fingerprint. Optionally include reference_text (the transcript of the sample) to improve later synthesis quality.
Step 3
Synthesize with Qwen3 TTS
Pass the embedding URL to Qwen3 text-to-speech with your new script. The TTS model ignores preset voices when an embedding is supplied and speaks in the cloned timbre instead.