clone_voice
Upload a local audio file to create a custom voice. The returned voice ID can be used immediately in text-to-speech.
Instructions
Create a custom voice from a single local audio file. Constraints: WAV or MP3 only, max 3MB, exactly one file. The returned voice_id can be used immediately in text_to_speech. Path supports ~ expansion (e.g., "~/sample.wav").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| audio_path | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |