obs-get-input-audio-balance
Retrieve the current audio balance setting for a specific input source in OBS Studio, allowing precise monitoring of left/right channel levels during live streaming or recording.
Instructions
Gets the audio balance of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the input to get the audio balance of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the input to get the audio balance of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}