label_add_batch
Add multiple audio labels at once to an Audacity project with start, end, and optional text, reducing setup time for batch editing workflows.
Instructions
Add multiple labels in one call.
Args: labels: List of {"start": float, "end": float, "text": str (optional)}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | Yes |