set_track_mute
Mute or unmute a specific track by providing its index and a boolean value. Control track playback state with a single command.
Instructions
Mute or unmute a track.
Parameters:
track_index: The index of the track
mute: True to mute, False to unmute
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |