Browse Source

Comment the WAV extractor.

n1073645 5 years ago
parent
commit
4d9bfcad20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/lib/FileSignatures.mjs

+ 1 - 0
src/core/lib/FileSignatures.mjs

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