producer_swap_vocals
Swap the vocals of one song with another using the provided audio IDs.
Instructions
Swap the vocals of one song with vocals from another song.
Takes the instrumental track from the base audio and combines it with
the vocal track from the swap audio.
Use this when:
- You want to combine vocals from one song with instrumentals from another
- You want to hear how different vocals sound over the same beat
- You're creating a vocal mashup
Returns:
Task ID and the swapped audio information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Whether to process the request asynchronously. | |
| audio_id | Yes | ID of the base audio whose vocals will be replaced. | |
| callback_url | No | Webhook callback URL for asynchronous notifications. | |
| swap_audio_id | Yes | ID of the audio whose vocals to use as replacement. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |