Expand description
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Structs§
- Protocol object for AudioListener AudioListener
- Protocol object for AudioNode AudioNode
- Protocol object for AudioParam AudioParam
- Protocol object for BaseAudioContext BaseAudioContext
- Fields in AudioContext that change in real-time. ContextRealtimeData
- Disables the WebAudio domain. disable
- Disables the WebAudio domain. disable
- Enables the WebAudio domain and starts sending context lifetime events. enable
- Enables the WebAudio domain and starts sending context lifetime events. enable
- Notifies that the construction of an AudioListener has finished. audioListenerCreated
- Notifies that a new AudioListener has been created. audioListenerWillBeDestroyed
- Notifies that a new AudioNode has been created. audioNodeCreated
- Notifies that an existing AudioNode has been destroyed. audioNodeWillBeDestroyed
- Notifies that a new AudioParam has been created. audioParamCreated
- Notifies that an existing AudioParam has been destroyed. audioParamWillBeDestroyed
- Notifies that existing BaseAudioContext has changed some properties (id stays the same).. contextChanged
- Notifies that a new BaseAudioContext has been created. contextCreated
- Notifies that an existing BaseAudioContext will be destroyed. contextWillBeDestroyed
- Notifies that an AudioNode is connected to an AudioParam. nodeParamConnected
- Notifies that an AudioNode is disconnected to an AudioParam. nodeParamDisconnected
- Notifies that two AudioNodes are connected. nodesConnected
- Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected. nodesDisconnected
- Fetch the realtime data from the registered contexts. getRealtimeData
- Fetch the realtime data from the registered contexts. getRealtimeData
- An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API GraphObjectId
- Enum of AudioNode types NodeType
- Enum of AudioParam types ParamType
Enums§
- Enum of AudioParam::AutomationRate from the spec
- Enum of AudioNode::ChannelCountMode from the spec
- Enum of AudioNode::ChannelInterpretation from the spec
- Enum of AudioContextState from the spec
- Enum of BaseAudioContext types