AudioGraphBuilder.deadChannel() method
A windowed dead-channel tap: flags a channel below floorDb (default −70) while another channel is above it — the lost-leg case whole-stream silence detection misses.
Signature:
deadChannel(input: AudioNode, opts: {
name: string;
windowMs: number;
floorDb?: number;
}): AudioNode;