[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ChannelCountMode](./puppeteer.protocol.webaudio.channelcountmode.md) ## Protocol.WebAudio.ChannelCountMode type Enum of AudioNode::ChannelCountMode from the spec Signature: ```typescript export type ChannelCountMode = ('clamped-max' | 'explicit' | 'max'); ```