Module context

Source
Expand description

The BaseAudioContext interface and the AudioContext and OfflineAudioContext types

Structs§

AudioContext
This interface represents an audio graph whose AudioDestinationNode is routed to a real-time output device that produces a signal directed at the user.
AudioContextOptions
Specify the playback configuration for the AudioContext constructor.
AudioContextRegistration
Handle of the AudioNode to its associated BaseAudioContext.
AudioParamId
Unique identifier for audio params.
OfflineAudioContext
The OfflineAudioContext doesn’t render the audio to the device hardware; instead, it generates it, as fast as it can, and outputs the result to an AudioBuffer.

Enums§

AudioContextLatencyCategory
Identify the type of playback, which affects tradeoffs between audio output latency and power consumption
AudioContextRenderSizeCategory
This allows users to ask for a particular render quantum size.
AudioContextState
Describes the current state of the AudioContext

Traits§

BaseAudioContext
The interface representing an audio-processing graph built from audio modules linked together, each represented by an AudioNode.