package
0.0.0-20240920093258-0eb8b47e7929
Repository: https://github.com/ecwid/control.git
Documentation: pkg.go.dev
# Functions
Disables the WebAudio domain.
Enables the WebAudio domain and starts sending context lifetime events.
Fetch the realtime data from the registered contexts.
# Structs
Protocol object for AudioListener
*/.
Notifies that the construction of an AudioListener has finished.
Notifies that a new AudioListener has been created.
Protocol object for AudioNode
*/.
Notifies that a new AudioNode has been created.
Notifies that an existing AudioNode has been destroyed.
Protocol object for AudioParam
*/.
Notifies that a new AudioParam has been created.
Notifies that an existing AudioParam has been destroyed.
Protocol object for BaseAudioContext
*/.
Notifies that existing BaseAudioContext has changed some properties (id stays the same).
Notifies that a new BaseAudioContext has been created.
Fields in AudioContext that change in real-time.
Notifies that an existing BaseAudioContext will be destroyed.
No description provided by the author
No description provided by the author
Notifies that an AudioNode is connected to an AudioParam.
Notifies that an AudioNode is disconnected to an AudioParam.
Notifies that two AudioNodes are connected.
Notifies that AudioNodes are disconnected.
# Type aliases
Enum of AudioParam::AutomationRate from the spec
*/.
Enum of AudioNode::ChannelCountMode from the spec
*/.
Enum of AudioNode::ChannelInterpretation from the spec
*/.
Enum of AudioContextState from the spec
*/.
Enum of BaseAudioContext types
*/.
An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
*/.
Enum of AudioNode types
*/.
Enum of AudioParam types
*/.