label_add_at
Add an audio label at an exact time range without changing your selection first. Enter start and end seconds, plus optional text, to tag specific moments in Audacity.
Instructions
Add a label at an exact time range, regardless of the current selection.
Composed from select_region + label_add (add-label places the new label at whatever is currently selected - confirmed in handleAddLabel's source comments). Changes the current selection as a side effect.
Args: start: Start time in seconds. end: End time in seconds (>= start). text: Optional text for the new label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| text | No | ||
| start | Yes |