clone_voice
Clone a voice from audio samples: provide a name and file paths, optionally clean background noise. Returns the new voice ID.
Instructions
Instant voice clone: create a new voice from one or more audio samples.
Args: name: name for the cloned voice. audio_file_paths: paths to clean sample recordings of the target voice. description: optional description. labels: optional dict of metadata labels. remove_background_noise: clean the samples before cloning.
Returns the new voice's id as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| description | No | ||
| audio_file_paths | Yes | ||
| remove_background_noise | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |