OfflineAudioContext class

Annotations
  • DocsEditable()
  • DomName('OfflineAudioContext')
  • Experimental()
Extends

Constructors

OfflineAudioContext(int numberOfChannels, int numberOfFrames, num sampleRate)

Instance Properties

on Events Inherited
read-only
currentTime double Inherited
read-only
destination AudioDestinationNode Inherited
read-only
listener AudioListener Inherited
read-only
sampleRate double Inherited
read-only
onComplete Stream<Event> Inherited
read-only

Instance Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited
createAnalyser() → AnalyserNode Inherited
createBiquadFilter() → BiquadFilterNode Inherited
createBuffer(int numberOfChannels, int numberOfFrames, num sampleRate) → AudioBuffer Inherited
createBufferSource() → AudioBufferSourceNode Inherited
createChannelMerger([int numberOfInputs]) → ChannelMergerNode Inherited
createChannelSplitter([int numberOfOutputs]) → ChannelSplitterNode Inherited
createConvolver() → ConvolverNode Inherited
createDelay([num maxDelayTime]) → DelayNode Inherited
createDynamicsCompressor() → DynamicsCompressorNode Inherited
createGain() → GainNode Inherited
createMediaElementSource(MediaElement mediaElement) → MediaElementAudioSourceNode Inherited
createMediaStreamDestination() → MediaStreamAudioDestinationNode Inherited
createMediaStreamSource(MediaStream mediaStream) → MediaStreamAudioSourceNode Inherited
createOscillator() → OscillatorNode Inherited
createPanner() → PannerNode Inherited
createPeriodicWave(Float32List real, Float32List imag) → PeriodicWave Inherited
createScriptProcessor([int bufferSize, int numberOfInputChannels, int numberOfOutputChannels]) → ScriptProcessorNode Inherited
createWaveShaper() → WaveShaperNode Inherited
startRendering() → void Inherited
decodeAudioData(ByteBuffer audioData) → Future<AudioBuffer> Inherited