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