set_audio_volume
Adjust a TriCaster audio channel's volume by setting the channel name and float gain: 0 is unity, negative lowers, and positive raises.
Instructions
Set the volume (gain) of an audio channel. Value is a float; 0 = unity gain, negative = lower, positive = louder. Channel names: 'master', 'input1'–'input8', 'ddr1', 'ddr2', 'aux1', 'phones'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Volume level as a float (0 = unity) | |
| channel | Yes | Channel name, e.g. 'master', 'input1', 'ddr1' |