Module web_audio

Module web_audio 

Source
Available on crate features experimental and WebAudio only.
Expand description

This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/

Structs§

AudioListener
Protocol object for AudioListener
AudioListenerCreatedEvent
Notifies that the construction of an AudioListener has finished.
AudioListenerWillBeDestroyedEvent
Notifies that a new AudioListener has been created.
AudioNode
Protocol object for AudioNode
AudioNodeBuilder
AudioNodeCreatedEvent
Notifies that a new AudioNode has been created.
AudioNodeWillBeDestroyedEvent
Notifies that an existing AudioNode has been destroyed.
AudioParam
Protocol object for AudioParam
AudioParamBuilder
AudioParamCreatedEvent
Notifies that a new AudioParam has been created.
AudioParamWillBeDestroyedEvent
Notifies that an existing AudioParam has been destroyed.
BaseAudioContext
Protocol object for BaseAudioContext
BaseAudioContextBuilder
ContextChangedEvent
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
ContextCreatedEvent
Notifies that a new BaseAudioContext has been created.
ContextRealtimeData
Fields in AudioContext that change in real-time.
ContextRealtimeDataBuilder
ContextWillBeDestroyedEvent
Notifies that an existing BaseAudioContext will be destroyed.
DisableCommand
Disables the WebAudio domain.
DisableReturn
Disables the WebAudio domain.
EnableCommand
Enables the WebAudio domain and starts sending context lifetime events.
EnableReturn
Enables the WebAudio domain and starts sending context lifetime events.
GetRealtimeDataCommand
Fetch the realtime data from the registered contexts.
GetRealtimeDataReturn
Fetch the realtime data from the registered contexts.
GraphObjectId
An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
NodeParamConnectedEvent
Notifies that an AudioNode is connected to an AudioParam.
NodeParamConnectedEventBuilder
NodeParamDisconnectedEvent
Notifies that an AudioNode is disconnected to an AudioParam.
NodeParamDisconnectedEventBuilder
NodeType
Enum of AudioNode types
NodesConnectedEvent
Notifies that two AudioNodes are connected.
NodesConnectedEventBuilder
NodesDisconnectedEvent
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
NodesDisconnectedEventBuilder
ParamType
Enum of AudioParam types

Enums§

AutomationRate
ChannelCountMode
ChannelInterpretation
ContextState
ContextType