fadeOut
Fade out the audio.
Director Plus
Address
/audioMixer/fadeOut [type] [duration]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Audio type |
| argument 2 | Int | Fade duration, in ms, ranging from 0 to 1000 |
Audio Type
| Audio Type | Description |
|---|---|
| 0x0001 | Monitor |
| 0x0003 | Program |
| 0x0700 | HDMI 1 |
| 0x0800 | HDMI 2 |
| 0x0802 | HDMI 3 |
| 0x0803 | HDMI 4 |
| 0x0200 | Mic 1 |
| 0x0202 | Mic 2 |
| 0x0300 | Bluetooth input |
| 0x0600 | BGM |
| 0x0604 | App1 |
| 0x0605 | App2 |
| 0x0606 | App3 |
Example
Set the Program volume to fade out over a duration of 500 ms, with the final volume at -40 dB.
/audioMixer/fadeOut 3 500
Note: Float values will rounded down. /audioMixer/fadeOut 3 500.5 = /audioMixer/fadeOut 3 500
Director One/Director Mini
Not supported.