[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [AudioNodeCreatedEvent](./puppeteer.protocol.webaudio.audionodecreatedevent.md) ## Protocol.WebAudio.AudioNodeCreatedEvent interface Notifies that a new AudioNode has been created. Signature: ```typescript export interface AudioNodeCreatedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [node](./puppeteer.protocol.webaudio.audionodecreatedevent.node.md) | [AudioNode](./puppeteer.protocol.webaudio.audionode.md) | |