track_mute
Mute or unmute a specific audio track in Audacity by specifying its 0-based index. Set the mute flag to true to silence the track or false to restore its audio during editing.
Instructions
Mute or unmute a track.
Args: track: Track index (0-based) mute: True to mute, False to unmute
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | ||
| track | Yes |