mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Comment the WAV extractor.
This commit is contained in:
parent
a4772941a7
commit
2387452a56
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue