exportBufferAsWav
exportBufferAsWav(
buffer):Blob
Defined in: packages/pleco-xa/src/scripts/audio-utils.js:72
Export an AudioBuffer as a .wav file.
Parameters
Section titled “Parameters”buffer
Section titled “buffer”AudioBuffer
The AudioBuffer to export.
Returns
Section titled “Returns”Blob
- A Blob representing the .wav file.