AudioGraphBuilder.channelSelect() method

Select one channel of the input as a mono stream (0-based channel index).

Signature:

channelSelect(input: AudioNode, opts: {
        channel: number;
    }): AudioNode;

Parameters

Parameter Type Description

input

AudioNode

opts

{ channel: number; }

Returns: