mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Comment the WAV extractor.
This commit is contained in:
parent
2387452a56
commit
4d9bfcad20
@ -2657,6 +2657,7 @@ export function extractWAV(bytes, offset) {
|
||||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le")-4);
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user