Web Audio Domain
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Functions
Notifies that the construction of an AudioListener has finished.
Notifies that a new AudioListener has been created.
Notifies that a new AudioNode has been created.
Notifies that an existing AudioNode has been destroyed.
Notifies that a new AudioParam has been created.
Notifies that an existing AudioParam has been destroyed.
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
Notifies that a new BaseAudioContext has been created.
Notifies that an existing BaseAudioContext will be destroyed.
Disables the WebAudio domain.
Enables the WebAudio domain and starts sending context lifetime events.
Subscribes to all events related to this domain.
Fetch the realtime data from the registered contexts.
Notifies that an AudioNode is connected to an AudioParam.
Notifies that an AudioNode is disconnected to an AudioParam.
Notifies that two AudioNodes are connected.
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.