fadeIn
Fade in the audio.
Director Plus
Address
/audioMixer/fadeIn [type] [duration] [volume]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Audio type |
| argument 2 | Int | Fade duration, in ms, ranging from 0 to 1000 |
| argument 3 | Int | dB value,-40 ~ 10 |
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 in, with a fade duration of 500 ms and a final volume of 0 dB.
/audioMixer/fadeIn 3 500 0
Note: Floating point numbers will be rounded down. /audioMixer/fadeIn 3 500.5 0 = /audioMixer/fadeIn 3 500 0
Director One/Director Mini
Not supported.