Interface ChannelSplitterOptions
interface ChannelSplitterOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
numberOfOutputs?: number;
}
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
numberOfOutputs?: number;
}
Hierarchy
- AudioNodeOptions
- ChannelSplitterOptions (view full)