Comment the WAV extractor.

This commit is contained in:
n1073645 2019-11-08 15:00:20 +00:00
parent 2387452a56
commit 4d9bfcad20
1 changed files with 1 additions and 0 deletions

View File

@ -2657,6 +2657,7 @@ export function extractWAV(bytes, offset) {
// Move to file size.
stream.moveTo(stream.readInt(4, "le")-4);
return stream.carve();
}