Add audio clip
add_audio_clipAdd an audio clip to a track at a specified step. Supports data URLs for embedded audio or source URLs for remote files, with control over length and gain.
Instructions
Place an audio file on a track. Pass a data URL for bundled audio or a source URL for a remotely hosted file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain | No | ||
| name | Yes | ||
| dataUrl | No | ||
| trackId | Yes | ||
| mimeType | No | audio/wav | |
| sourceUrl | No | ||
| startStep | Yes | ||
| lengthSteps | Yes |