The node whose output is being metered. Its output is
branched into node here; the source's existing connections are
untouched (the audible path is preserved).
Optional silentSink: GainNodeOptional zero-gain node owned by the meter. When supplied,
the worklet output is connected through it to sinkDestination, keeping
the metering worklet on a pulled graph without adding audible output.
Optional sinkDestination: AudioNodeDestination for the owned zero-gain sink.
Private latestPrivate Readonly nodeOptional onInvoked on every report from the worklet (~10×/s) with the latest readings. Assign a function to observe live loudness; leave undefined to poll the cached getters instead.
Private Optional Readonly silentPrivate Optional Readonly sinkPrivate Readonly sourceLatest gated integrated loudness (since last reset) in LKFS.
Latest momentary loudness (400 ms) in LKFS.
A snapshot of all current readings.
Latest short-term loudness (3 s) in LKFS.
Latest true-peak level (since last reset) in dBTP.
The underlying metering worklet node (for advanced wiring).
Private Readonly handle
The constructed
loudness-meterAudioWorkletNode.