pub fn stereo_stride_delay(
props: Value,
delay_ms: impl Into<ElemNode>,
fb: impl Into<ElemNode>,
left: impl Into<ElemNode>,
right: impl Into<ElemNode>,
) -> Vec<Node>Expand description
Stride-interpolated delay helper (stereo).
Same props as stride_delay; takes two audio inputs and returns
two output nodes via unpack.