mirelo_extend_audio_generate
Appends newly generated audio to an existing audio input and provides the result URL. Use to extend audio clips synchronously.
Instructions
Extend Audio (audio-only), synchronous: append newly generated audio to an existing audio input and return the result URL(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Whether to loop the appended audio. Defaults to false. | |
| audio | Yes | Audio Input_Source: { "type": "url", "audio_url": <public url> } or { "type": "asset", "asset_id": <asset id> }. | |
| prompt | No | Optional text prompt conditioning the appended audio (1-5000 characters when provided). | |
| num_samples | No | Number of samples to generate (integer >= 1). Defaults to 1. | |
| model_version | No | Model version. Extend_Audio supports only "v1.6" (the default). | |
| append_duration_ms | Yes | Milliseconds of new audio to append. Required. When loop is false: 1000-30000. When loop is true: at least 2000 (total output duration must be 5000-60000). |