Create a new WAV audio object
audio samplerate
number of audio channels
number of bits per sample
Number of bits per sample
Number of audio channels
Audio samplerate
Returns the WAV audio data as an ArrayBuffer
Returns the file data as a Blob
Returns the file data as a NodeJS Buffer
Note: This method does not work outside of NodeJS environments
Returns the file data as an Object URL
Note: This method does not work outside of browser environments
Revokes this file's Object URL if one has been created, use this when the url created with getUrl is no longer needed, to preserve memory.
Note: This method does not work outside of browser environments
Add PCM audio frames to the WAV
signed int16 PCM audio samples
Create a WAV audio file from a given Flipnote audio track
Wav audio object. Used to create a WAV file from a PCM audio stream or a Flipnote object.
Currently only supports PCM s16_le audio encoding.