label_list
Retrieve all Audacity labels with their index, timing, and text. Use this to get the correct flat index before editing or deleting a label.
Instructions
List every label with its index, timing and text.
Returns labels sorted by Audacity's own flat index, which is what label_edit and label_delete take. Call this first whenever you need to modify a specific label, rather than guessing an index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||