setPreviewVolume
Set the audio volume of preview.
Address
/audioMixer/setPreviewVolume [volume]
Arguments
Type | Description | |
---|---|---|
argument 1 | Float | The dB value, ranging from -40 to 10 |
Example
Set the audio volume of preview to -10dB.
/audioMixer/setPreviewVolume -10
Note: Floating point numbers will be rounded down.
/audioMixer/setPreviewVolume 1.9 = /audioMixer/setPreviewVolume 1