obs-get-input-mute
Check the current mute status of any audio input in OBS Studio to monitor audio sources during live streaming or recording sessions.
Instructions
Gets the audio mute state of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of input to get the mute state of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of input to get the mute state of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}