setMonitorState
Set the audio state of monitor.
Address
/audioMixer/setMonitorState [state]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | Audio state 0: Always on (unmute) 1: Always off (mute) |
Example
Mute the monitor audio.
/audioMixer/setMonitorState 1
Note: Floating point numbers will be rounded down. /audioMixer/setMonitorState 1.9 = /audioMixer/setMonitorState 1