pub fn stereo_limiter(
props: Value,
left: impl Into<ElemNode>,
right: impl Into<ElemNode>,
) -> Vec<Node>Expand description
Native lookahead limiter helper (stereo).
Same props as limiter; takes two audio inputs and returns
two output nodes via unpack.