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