capcut_add_audio
Add an audio clip to a specific track at a chosen timeline position in a CapCut draft, with options for duration, volume, and playback speed.
Instructions
Add an audio clip at a time on a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| posX | No | ||
| posY | No | ||
| atSec | Yes | start time on the timeline, seconds | |
| draft | Yes | ||
| scale | No | ||
| speed | No | ||
| durSec | No | duration (default: full media length) | |
| volume | No | ||
| opacity | No | ||
| rotation | No | ||
| trackIndex | No | target track (index in the tracks list); a new track is made if omitted | |
| srcStartSec | No | in-point inside the source file, seconds | |
| trackRenderIndex | No | layer order; higher = on top |