package
0.35.0
Repository: https://github.com/mafredri/cdp.git
Documentation: pkg.go.dev

# Functions

NewClient returns a client for the WebAudio domain with the connection set to conn.
NewGetRealtimeDataArgs initializes GetRealtimeDataArgs with the required arguments.

# Constants

AutomationRate as enums.
AutomationRate as enums.
AutomationRate as enums.
ChannelCountMode as enums.
ChannelCountMode as enums.
ChannelCountMode as enums.
ChannelCountMode as enums.
ChannelInterpretation as enums.
ChannelInterpretation as enums.
ChannelInterpretation as enums.
ContextState as enums.
ContextState as enums.
ContextState as enums.
ContextState as enums.
ContextType as enums.
ContextType as enums.
ContextType as enums.

# Structs

AudioListener Protocol object for AudioListener.
AudioListenerCreatedReply is the reply for AudioListenerCreated events.
AudioListenerWillBeDestroyedReply is the reply for AudioListenerWillBeDestroyed events.
AudioNode Protocol object for AudioNode.
AudioNodeCreatedReply is the reply for AudioNodeCreated events.
AudioNodeWillBeDestroyedReply is the reply for AudioNodeWillBeDestroyed events.
AudioParam Protocol object for AudioParam.
AudioParamCreatedReply is the reply for AudioParamCreated events.
AudioParamWillBeDestroyedReply is the reply for AudioParamWillBeDestroyed events.
BaseAudioContext Protocol object for BaseAudioContext.
ContextChangedReply is the reply for ContextChanged events.
ContextCreatedReply is the reply for ContextCreated events.
ContextRealtimeData Fields in AudioContext that change in real-time.
ContextWillBeDestroyedReply is the reply for ContextWillBeDestroyed events.
GetRealtimeDataArgs represents the arguments for GetRealtimeData in the WebAudio domain.
GetRealtimeDataReply represents the return values for GetRealtimeData in the WebAudio domain.
NodeParamConnectedReply is the reply for NodeParamConnected events.
NodeParamDisconnectedReply is the reply for NodeParamDisconnected events.
NodesConnectedReply is the reply for NodesConnected events.
NodesDisconnectedReply is the reply for NodesDisconnected events.

# Interfaces

AudioListenerCreatedClient is a client for AudioListenerCreated events.
AudioListenerWillBeDestroyedClient is a client for AudioListenerWillBeDestroyed events.
AudioNodeCreatedClient is a client for AudioNodeCreated events.
AudioNodeWillBeDestroyedClient is a client for AudioNodeWillBeDestroyed events.
AudioParamCreatedClient is a client for AudioParamCreated events.
AudioParamWillBeDestroyedClient is a client for AudioParamWillBeDestroyed events.
ContextChangedClient is a client for ContextChanged events.
ContextCreatedClient is a client for ContextCreated events.
ContextWillBeDestroyedClient is a client for ContextWillBeDestroyed events.
NodeParamConnectedClient is a client for NodeParamConnected events.
NodeParamDisconnectedClient is a client for NodeParamDisconnected events.
NodesConnectedClient is a client for NodesConnected events.
NodesDisconnectedClient is a client for NodesDisconnected events.

# Type aliases

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.
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.