[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [AudioListenerWillBeDestroyedEvent](./puppeteer.protocol.webaudio.audiolistenerwillbedestroyedevent.md) ## Protocol.WebAudio.AudioListenerWillBeDestroyedEvent interface Notifies that a new AudioListener has been created. Signature: ```typescript export interface AudioListenerWillBeDestroyedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [contextId](./puppeteer.protocol.webaudio.audiolistenerwillbedestroyedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [listenerId](./puppeteer.protocol.webaudio.audiolistenerwillbedestroyedevent.listenerid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |