WebAudio
Types
Protocol object for AudioListener
Notifies that the construction of an AudioListener has finished.
Notifies that a new AudioListener has been created.
Protocol object for AudioNode
Notifies that a new AudioNode has been created.
Notifies that an existing AudioNode has been destroyed.
Protocol object for AudioParam
Notifies that a new AudioParam has been created.
Notifies that an existing AudioParam has been destroyed.
Enum of AudioParam::AutomationRate from the spec
Protocol object for BaseAudioContext
Enum of AudioNode::ChannelCountMode from the spec
Enum of AudioNode::ChannelInterpretation from the spec
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
Notifies that a new BaseAudioContext has been created.
Fields in AudioContext that change in real-time.
Enum of AudioContextState from the spec
Enum of BaseAudioContext types
Notifies that an existing BaseAudioContext will be destroyed.
Notifies that an AudioNode is connected to an AudioParam.
Notifies that an AudioNode is disconnected to an AudioParam.
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
Properties
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.
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.
Functions
Disables the WebAudio domain.
Enables the WebAudio domain and starts sending context lifetime events.
Fetch the realtime data from the registered contexts.