Skip to content

exportBufferAsWav

exportBufferAsWav(buffer): Blob

Defined in: packages/pleco-xa/src/scripts/audio-utils.js:72

Export an AudioBuffer as a .wav file.

AudioBuffer

The AudioBuffer to export.

Blob

  • A Blob representing the .wav file.