The code appears to only work for subchunk1Size = 16. However, for newer wav files subchunk1Size = 18
https://stackoverflow.com/a/24078190/11998382
This appears to have been addressed here then commented out.
|
//fseek(f, header.chunkSize - 16, SEEK_CUR); |
Just a heads up.
The code appears to only work for
subchunk1Size = 16. However, for newer wav filessubchunk1Size = 18https://stackoverflow.com/a/24078190/11998382
This appears to have been addressed here then commented out.
WavReader/WavReader/WavReader.cpp
Line 89 in 83faf9a
Just a heads up.