AudioGraphBuilder.dcOffset() method
A windowed DC-offset tap: per window emits the largest per-channel mean.
Signature:
dcOffset(input: AudioNode, opts: {
name: string;
windowMs: number;
}): AudioNode;
A windowed DC-offset tap: per window emits the largest per-channel mean.
Signature:
dcOffset(input: AudioNode, opts: {
name: string;
windowMs: number;
}): AudioNode;