mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 15:23:20 +00:00
ExtractWAV fixed
This commit is contained in:
@@ -2972,7 +2972,7 @@ export function extractWAV(bytes, offset) {
|
||||
stream.moveTo(4);
|
||||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le"));
|
||||
stream.moveTo(stream.readInt(4, "le") + 8);
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user