Comment the WAV extractor.

This commit is contained in:
n1073645 2019-11-08 14:59:06 +00:00
parent a4772941a7
commit 2387452a56
1 changed files with 2 additions and 0 deletions

View File

@ -2651,6 +2651,8 @@ export function extractBMP(bytes, offset) {
*/
export function extractWAV(bytes, offset) {
const stream = new Stream(bytes.slice(offset));
// Move to file size field.
stream.moveTo(4);
// Move to file size.