AudioBuffer
The AudioBuffer interface represents a short audio asset, commonly shorter then one minute.
AudioScheduledSourceNode
The AudioScheduledSourceNode interface is an AudioNode which serves as a parent interface for several types of audio source nodes.
AudioBufferBaseSourceNode
The AudioBufferBaseSourceNode interface is an AudioScheduledSourceNode which aggregates behavior of nodes that requires AudioBuffer.
AudioBufferSourceNode
The AudioBufferSourceNode is an AudioBufferBaseSourceNode which represents audio source with in-memory audio data, stored in
AudioBufferQueueSourceNode
The AudioBufferQueueSourceNode is an AudioBufferBaseSourceNode which represents player that consists of many short buffers.
ConstantSourceNode
The ConstantSourceNode is an AudioScheduledSourceNode which represents an audio source, that outputs a single constant value.
Audio tag (<Audio>)
React component that mimics web `` behavior.
MediaElementAudioSourceNode
The MediaElementAudioSourceNode is an AudioNode that routes media playback into the audio graph.
OscillatorNode
The OscillatorNode is an AudioScheduledSourceNode which represents a simple periodic wave signal.
StreamerNode
Deprecated. Use the ` element with MediaElementAudioSourceNode` for streaming audio instead to achieve the same functionality.