mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Merge branch 'n1073645-extractWavFix'
This commit is contained in:
commit
d50b9103c2
1 changed files with 1 additions and 1 deletions
|
@ -3042,7 +3042,7 @@ export function extractWAV(bytes, offset) {
|
||||||
stream.moveTo(4);
|
stream.moveTo(4);
|
||||||
|
|
||||||
// Move to file size.
|
// Move to file size.
|
||||||
stream.moveTo(stream.readInt(4, "le"));
|
stream.moveTo(stream.readInt(4, "le") + 8);
|
||||||
|
|
||||||
return stream.carve();
|
return stream.carve();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue