mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Comment the WAV extractor.
This commit is contained in:
parent
2387452a56
commit
4d9bfcad20
1 changed files with 1 additions and 0 deletions
|
@ -2657,6 +2657,7 @@ export function extractWAV(bytes, offset) {
|
|||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le")-4);
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue