clone_voice
Create a reusable voice clone from audio samples. Supply paths to clean, single-speaker recordings; the cloned voice is saved under a name and can be used for speech generation immediately.
Instructions
Clone a voice from audio sample(s) — ElevenLabs Instant Voice Cloning.
A human provides the audio FILES on the machine ofaudio runs on; pass their paths.
~1-2 minutes of clean, single-speaker audio clones best. The result is saved under
name and usable immediately as generate_speech(voice=""). Consumes one voice
slot, and needs a tier that allows instant cloning (see account_status).
IMPORTANT: only clone a voice you have the rights/consent to use.
Args: name: Handle to save the cloned voice under. audio_paths: Path(s) to audio files (mp3/wav/…) readable on this machine. description: Optional description stored on the voice. remove_background_noise: Run ElevenLabs' denoiser on the samples first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| audio_paths | Yes | ||
| description | No | ||
| remove_background_noise | No |