Expand description
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Structs§
- Audio
Listener - Protocol object for AudioListener AudioListener
- Audio
Listener Builder - Audio
Node - Protocol object for AudioNode AudioNode
- Audio
Node Builder - Audio
Param - Protocol object for AudioParam AudioParam
- Audio
Param Builder - Base
Audio Context - Protocol object for BaseAudioContext BaseAudioContext
- Base
Audio Context Builder - Context
Realtime Data - Fields in AudioContext that change in real-time. ContextRealtimeData
- Context
Realtime Data Builder - Disable
Params - Disables the WebAudio domain. disable
- Disable
Returns - Disables the WebAudio domain. disable
- Enable
Params - Enables the WebAudio domain and starts sending context lifetime events. enable
- Enable
Returns - Enables the WebAudio domain and starts sending context lifetime events. enable
- Event
Audio Listener Created - Notifies that the construction of an AudioListener has finished. audioListenerCreated
- Event
Audio Listener Will BeDestroyed - Notifies that a new AudioListener has been created. audioListenerWillBeDestroyed
- Event
Audio Node Created - Notifies that a new AudioNode has been created. audioNodeCreated
- Event
Audio Node Will BeDestroyed - Notifies that an existing AudioNode has been destroyed. audioNodeWillBeDestroyed
- Event
Audio Param Created - Notifies that a new AudioParam has been created. audioParamCreated
- Event
Audio Param Will BeDestroyed - Notifies that an existing AudioParam has been destroyed. audioParamWillBeDestroyed
- Event
Context Changed - Notifies that existing BaseAudioContext has changed some properties (id stays the same).. contextChanged
- Event
Context Created - Notifies that a new BaseAudioContext has been created. contextCreated
- Event
Context Will BeDestroyed - Notifies that an existing BaseAudioContext will be destroyed. contextWillBeDestroyed
- Event
Node Param Connected - Notifies that an AudioNode is connected to an AudioParam. nodeParamConnected
- Event
Node Param Disconnected - Notifies that an AudioNode is disconnected to an AudioParam. nodeParamDisconnected
- Event
Nodes Connected - Notifies that two AudioNodes are connected. nodesConnected
- Event
Nodes Disconnected - Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected. nodesDisconnected
- GetRealtime
Data Params - Fetch the realtime data from the registered contexts. getRealtimeData
- GetRealtime
Data Params Builder - GetRealtime
Data Returns - Fetch the realtime data from the registered contexts. getRealtimeData
- GetRealtime
Data Returns Builder - Graph
Object Id - An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API GraphObjectId
- Node
Type - Enum of AudioNode types NodeType
- Param
Type - Enum of AudioParam types ParamType
Enums§
- Automation
Rate - Enum of AudioParam::AutomationRate from the spec
- Channel
Count Mode - Enum of AudioNode::ChannelCountMode from the spec
- Channel
Interpretation - Enum of AudioNode::ChannelInterpretation from the spec
- Context
State - Enum of AudioContextState from the spec
- Context
Type - Enum of BaseAudioContext types