AudioGraphLimiter

Brick-wall look-ahead limiter (linked channels). Content is delayed by the look-ahead (reported as latency; PTS preserved). lookahead_ms is fixed at build; ceiling_db / attack_ms / release_ms are runtime params. With true_peak the detector is 4x oversampled inter-sample peaks (BS.1770), so the ceiling can be a true-peak (dBTP) limit directly; without it the detector is sample-peak — allow ~1 dB inter-sample margin on the ceiling.

Field

Type

Repeated

Description

input

uint32

ceiling_db

double

lookahead_ms

double

attack_ms

double

release_ms

double

true_peak

bool

meter_ms

double

Opt-in gain-reduction metering cadence (ms); 0/absent = no measurements.

unlinked

bool

Per-channel (unlinked) limiting instead of the linked default.

drive_db

double

Input drive (dB): a pre-gain into the limiter (0/absent = off).

Member of

Message

Description

AudioGraphNode

One node in the graph. (Extended one op at a time.)