WebAudio Domain
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Methods
Events
Types
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