Sfoglia il codice sorgente

Comment the WAV extractor.

n1073645 5 anni fa
parent
commit
4d9bfcad20
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
 }