clone_voice
Clone a voice from an audio sample and synthesize speech from text in that cloned voice.
Instructions
Clone a voice from an audio sample (requires XTTS model)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to speak in the cloned voice | |
| language | No | Language code (e.g., 'en', 'es', 'fr') | en |
| output_path | No | Path where the output audio will be saved | |
| reference_audio | Yes | Path to the reference audio file for voice cloning |