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
a4772941a7
commit
2387452a56
@ -2651,6 +2651,8 @@ export function extractBMP(bytes, offset) {
|
||||
*/
|
||||
export function extractWAV(bytes, offset) {
|
||||
const stream = new Stream(bytes.slice(offset));
|
||||
|
||||
// Move to file size field.
|
||||
stream.moveTo(4);
|
||||
|
||||
// Move to file size.
|
||||
|
Loading…
Reference in New Issue
Block a user