AudioGraphBuilder.matrixMix() method
Up/down-mix by a linear-gain matrix: matrix[out][in] — rows are output channels (the output layout is the row count), columns input channels.
Signature:
matrixMix(input: AudioNode, opts: {
matrix: number[][];
}): AudioNode;