AudioContext
The AudioContext interface inherits from BaseAudioContext.
AudioNode
The AudioNode interface serves as a versatile interface for constructing an audio processing graph, representing individual units of audio processing functionality.
AudioParam
The AudioParam interface represents audio-related parameter (such as gain property of GainNode`).
BaseAudioContext
The BaseAudioContext interface acts as a supervisor of audio-processing graphs. It provides key processing parameters such as current time, output destination or sample rate.