Package-level declarations
Types
Protocol object for AudioListener
Protocol object for AudioNode
Protocol object for AudioParam
Enum of AudioParam::AutomationRate from the spec
Protocol object for BaseAudioContext
Enum of AudioNode::ChannelCountMode from the spec
Enum of AudioNode::ChannelInterpretation from the spec
Fields in AudioContext that change in real-time.
Enum of AudioContextState from the spec
Enum of BaseAudioContext types
A dummy response object for the WebAudioDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the WebAudioDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the WebAudioDomain.getRealtimeData command.
Response type for the WebAudioDomain.getRealtimeData command.
An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/