offlineAudioContext top-level property

dynamic get offlineAudioContext

An AudioContext interface representing an audio-processing graph built from linked together AudioNodes. In contrast with a standard AudioContext, an 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.

MDN Reference

Implementation

_i2.dynamic get offlineAudioContext => _i4.getProperty(
      _self,
      'OfflineAudioContext',
    );