AudioGraphBuilder.channelConcat() method

Concatenate the inputs' channels into one stream (input k’s channels become the next block of output channels). N mono inputs → an N-channel stream; two stereos → 4 channels.

Signature:

channelConcat(inputs: AudioNode[]): AudioNode;

Parameters

Parameter Type Description

inputs

AudioNode[]

Returns: