Set audio mixer input
audio_mixer_setAdjust OBS mixer properties including volume, mute, balance, sync offset, monitoring, and track routing to control audio output.
Instructions
Change one or more OBS mixer properties: volume, mute, stereo balance, sync offset, monitoring mode, and output track routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| muted | No | ||
| tracks | No | Partial audio track routing object. Keys are "1" through "6" and values are booleans. | |
| balance | No | 0.0=left, 0.5=center, 1.0=right. | |
| inputId | No | OBS input UUID. | |
| volumeDb | No | ||
| inputName | No | OBS input name. | |
| volumeMul | No | ||
| monitorType | No | ||
| syncOffsetMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |