[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [AudioNode](./puppeteer.protocol.webaudio.audionode.md) ## Protocol.WebAudio.AudioNode interface Protocol object for AudioNode Signature: ```typescript export interface AudioNode ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [channelCount](./puppeteer.protocol.webaudio.audionode.channelcount.md) | number | | | [channelCountMode](./puppeteer.protocol.webaudio.audionode.channelcountmode.md) | [ChannelCountMode](./puppeteer.protocol.webaudio.channelcountmode.md) | | | [channelInterpretation](./puppeteer.protocol.webaudio.audionode.channelinterpretation.md) | [ChannelInterpretation](./puppeteer.protocol.webaudio.channelinterpretation.md) | | | [contextId](./puppeteer.protocol.webaudio.audionode.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [nodeId](./puppeteer.protocol.webaudio.audionode.nodeid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [nodeType](./puppeteer.protocol.webaudio.audionode.nodetype.md) | [NodeType](./puppeteer.protocol.webaudio.nodetype.md) | | | [numberOfInputs](./puppeteer.protocol.webaudio.audionode.numberofinputs.md) | number | | | [numberOfOutputs](./puppeteer.protocol.webaudio.audionode.numberofoutputs.md) | number | |