item_split_at_positions
Slice an audio item at custom absolute project-time positions in seconds. Use for grid-based or manual chopping when transient detection isn't right; out-of-range positions ignored.
Instructions
Slice an item at a list of absolute project-time positions.
For grid-based or hand-picked chopping where transient detection isn't right. Pass positions in seconds; positions outside the item's range are silently ignored.
Args:
item_index: Global 0-based item index.
positions: JSON array of absolute project-time positions
(seconds). Example: "[1.5, 2.0, 2.5, 3.0]".
Returns the resulting chops in playback order with their indices, positions, lengths, and offset relative to the original item start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | ||
| item_index | Yes |