david-pace / wave-recovery-tool

Tool to display WAVE/AIFF file header information and to restore corrupted WAVE/AIFF file headers
GNU General Public License v3.0
14 stars 2 forks source link

Expected Subchunk 2 (data chunk) Size for WAVE Files is Incorrect #12

Closed david-pace closed 2 years ago

david-pace commented 2 years ago

When analyzing a restored file I noticed that the expected subchunk 2 size is wrong:

[WARNING] Data subchunk size does not match file size. Should be 59100458, but is: 59100450 (difference: 8)

After looking at the file (which has 59100494 bytes) I found that 59100450 is actually correct (<total size in bytes> - 44).