edit_audio_item
Trim audio items and adjust fades using start/end trim and fade-in/out lengths in seconds. Modify specific audio clips on a track by specifying track and item indices.
Instructions
Trim an audio item and/or add fades. All values in seconds. start_trim: seconds to remove from the beginning. end_trim: seconds to remove from the end. fade_in/fade_out: fade length in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| item_index | Yes | ||
| start_trim | No | ||
| end_trim | No | ||
| fade_in | No | ||
| fade_out | No |