create_voice_clone
Clone a voice from audio samples. Provide a name and local file paths to generate a new synthetic voice for text-to-speech.
Instructions
Clone a new voice from audio samples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the voice to create | |
| files | Yes | List of ABSOLUTE LOCAL PATHS to audio samples on the Windows machine (e.g., 'C:/Users/name/Downloads/sample.mp3'). Do NOT use virtual paths like /mnt/. | |
| description | No | Description of the voice | |
| files_content | No | List of Base64 encoded file contents (Alternative to 'files' for drag-and-drop) |