Extends
- WaveFileReader
Methods
toBuffer() → (non-null) {Uint8Array}
Return a byte buffer representig the WaveFileParser object as a .wav file.
The return value of this method can be written straight to disk.
Returns:
A wav file.
- Type
- Uint8Array