Expand description
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Structs§
- Audio
Listener - Protocol object for AudioListener
- Audio
Node - Protocol object for AudioNode
- Audio
Param - Protocol object for AudioParam
- Base
Audio Context - Protocol object for BaseAudioContext
- Context
Realtime Data - Fields in AudioContext that change in real-time.
- Disable
Params - Enable
Params - GetRealtime
Data Params - Fetch the realtime data from the registered contexts.
- GetRealtime
Data Returns - Fetch the realtime data from the registered contexts.
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
Type Aliases§
- Graph
Object Id - An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
- Node
Type - Enum of AudioNode types
- Param
Type - Enum of AudioParam types