label_update_text
Update an existing audio label's text in Audacity by specifying the label key (trackId:itemId) and the new text.
Instructions
Change the text of an existing label.
Args: key: The label's key, in "trackId:itemId" format. text: The new text for the label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| text | Yes |