From: Nagendra G. <nag...@go...> - 2014-10-18 18:40:13
|
In wave-reader.cc, on line 200, the code exits if all the data in not a single chunk. In some badly written wav files, the length in the header is not correct, but the file is usable anyways. For my use, I changed this ERROR to a WARNING. I am wondering if changing this for everyone makes sense. How often do we run across wav files with multiple chunks? |