AudioGraphParamsUpdate interface
A runtime parameter update for AudioGraphNode.setParams(). Fields are op-friendly (mapped to the engine’s parameter names internally); only those the target node supports take effect. Grows as ops gain runtime parameters.
Signature:
export interface AudioGraphParamsUpdate
Properties
| Property | Type | Description |
|---|---|---|
number |
(Optional) New attack time in ms — for a |
|
boolean |
(Optional) Auto makeup-gain on/off — for a |
|
boolean |
(Optional) Program-dependent (auto) release on/off — for a |
|
boolean |
(Optional) Bypass this node — it passes its input straight through with no processing (a live, click-free effect bypass for any 1-in/1-out op: compressor, EQ, limiter, AGC, gain, gap-conceal). No graph rebuild. |
|
number |
(Optional) New ceiling in dBFS — for a |
|
number |
(Optional) New corner/centre frequency in Hz — for a |
|
number |
(Optional) New gain in dB — for a |
|
"peak" | "rms" |
(Optional) Detector mode — for a |
|
string |
(Optional) Output device name — for a |
|
number |
(Optional) New downward slew rate in dB/s — for an |
|
number |
(Optional) Input drive in dB — for a |
|
boolean |
(Optional) Enable/disable playback — for a |
|
{ cutoffHz?: number; q?: number; gainDb?: number; }[] |
(Optional) Per-band tuning — for an |
|
number[] |
(Optional) New per-channel gains in dB — for a |
|
number |
(Optional) New gap length in ms — for a |
|
number |
(Optional) New adaptation gate in LUFS — for an |
|
number |
(Optional) New knee width in dB — for a |
|
number |
(Optional) New makeup gain in dB — for a |
|
number |
(Optional) New maximum gain in dB — for an |
|
number |
(Optional) New minimum gain in dB — for an |
|
boolean |
(Optional) Mute / unmute — for a |
|
number |
(Optional) New gap period in ms — for a |
|
number |
(Optional) New filter Q — for a |
|
number |
(Optional) New ratio — for a |
|
number |
(Optional) New release time in ms — for a |
|
boolean |
(Optional) Restart the integrated-loudness measurement — for a |
|
number |
(Optional) RMS averaging window in ms — for a |
|
number |
(Optional) Sidechain high-pass on the detector (Hz; 0 = off) — for a |
|
number |
(Optional) New target loudness in LUFS — for an |
|
number |
(Optional) New threshold in dBFS — for a |
|
(Optional) Optional ramp so the change is click-free. |
||
number |
(Optional) New upward slew rate in dB/s — for an |
|
number |
(Optional) Output level (linear, 1 = unity) — for a |
|
number[] |
(Optional) New linear input weights — for a |