mirror of
https://github.com/gchq/CyberChef
synced 2026-01-08 19:43:18 +00:00
Comment the WAV extractor.
This commit is contained in:
@@ -2657,6 +2657,7 @@ export function extractWAV(bytes, offset) {
|
||||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le")-4);
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user