Skip to main content

Module webaudio

Module webaudio 

Source
Expand description

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

Structs§

AudioListener
Protocol object for AudioListener
AudioListenerBuilder
AudioNode
Protocol object for AudioNode
AudioNodeBuilder
AudioParam
Protocol object for AudioParam
AudioParamBuilder
BaseAudioContext
Protocol object for BaseAudioContext
BaseAudioContextBuilder
ContextRealtimeData
Fields in AudioContext that change in real-time.
ContextRealtimeDataBuilder
DisableParams
EnableParams
GetRealtimeDataParams
Fetch the realtime data from the registered contexts.
GetRealtimeDataParamsBuilder
GetRealtimeDataReturns
Fetch the realtime data from the registered contexts.
GetRealtimeDataReturnsBuilder

Enums§

AutomationRate
Enum of AudioParam::AutomationRate from the spec
ChannelCountMode
Enum of AudioNode::ChannelCountMode from the spec
ChannelInterpretation
Enum of AudioNode::ChannelInterpretation from the spec
ContextState
Enum of AudioContextState from the spec
ContextType
Enum of BaseAudioContext types

Type Aliases§

GraphObjectId
An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
NodeType
Enum of AudioNode types
ParamType
Enum of AudioParam types