label_add_batch
Batch-add multiple audio labels in one call, validated upfront so invalid entries fail the whole batch instead of leaving incomplete data.
Instructions
Add many labels at once — a whole marker list in one call.
Each item is {"start": seconds, "end": seconds (optional, defaults to start for a point label), "text": string (optional)}. Every item is validated before anything is sent to Audacity, so a bad item fails the whole call rather than leaving a half-written list behind.
Args: labels: List of {"start", "end", "text"} label definitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | Yes |