set_input_volume
Adjust the volume of an OBS audio input by providing a value in decibels or as a linear multiplier.
Instructions
Set an input's volume — pass exactly one of volume_db or volume_mul.
Args: input_name: Name of the input. volume_db: Volume in dB, range -100..26. volume_mul: Volume as a linear multiplier, range 0..20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume_db | No | ||
| input_name | Yes | ||
| volume_mul | No |