[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ChannelInterpretation](./puppeteer.protocol.webaudio.channelinterpretation.md) ## Protocol.WebAudio.ChannelInterpretation type Enum of AudioNode::ChannelInterpretation from the spec Signature: ```typescript export type ChannelInterpretation = ('discrete' | 'speakers'); ```