audioBuffer top-level property
dynamic
get
audioBuffer
A short audio asset residing in memory, created from an audio file using the AudioContext.decodeAudioData() method, or from raw data using AudioContext.createBuffer(). Once put into an AudioBuffer, the audio can then be played by being passed into an AudioBufferSourceNode.
Implementation
_i2.dynamic get audioBuffer => _i4.getProperty(
_self,
'AudioBuffer',
);