Chrome DevTools Protocol

Methods

WebAudio.disable

Disables the WebAudio domain.

WebAudio.enable

Enables the WebAudio domain and starts sending context lifetime events.

WebAudio.getRealtimeData

Fetch the realtime data from the registered contexts.

parameters
contextId
GraphObjectId
Return Object
realtimeData
ContextRealtimeData

Events

WebAudio.audioListenerCreated

Notifies that the construction of an AudioListener has finished.

parameters
listener
AudioListener

WebAudio.audioListenerWillBeDestroyed