suno_create_voice
Create a custom voice persona from an external audio URL containing clear vocals. Returns a Persona ID for use in song generation.
Instructions
Create a custom voice persona from an external audio URL.
Creates a voice persona directly from a publicly accessible audio URL
(MP3 or WAV format). The audio must contain clear vocals from a single
speaker and be at least 10 seconds long.
This is different from suno_create_persona which creates a persona from
a previously generated Suno audio. Use this to create a persona from
your own voice recordings or external audio files.
Use this when:
- You have an external audio file with clear vocals
- You want to create a voice persona from your own recordings
- You want to use a specific real-world voice as a persona
Returns:
Persona ID that can be used with suno_generate_with_persona tool.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_url | Yes | Publicly accessible URL of the audio file to create a voice from. Must be MP3 or WAV format, at least 10 seconds long, containing clear vocals from a single speaker without background noise or music. | |
| name | Yes | Name for the custom voice persona. | |
| description | No | Description of the custom voice persona (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |