obs-toggle-input-mute
Toggle audio mute for specific OBS Studio inputs to manage audio sources during live streaming or recording sessions.
Instructions
Toggles the audio mute state of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the input to toggle the mute state of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the input to toggle the mute state of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}