About 10% of my wav files appear to have some corruption in their header information. I can open all my files in audio tool such as Audacity, Windows media play etc However when I try to read certain files using the wavread function I get this error:
---------------------
Error using ==> wavread at 93 Truncated chunk header found - possibly not a WAV file.
Error in ==> wavread at 93 error('wavread:InvalidFile',msg);
-----------------------------
I've looked at their header information and it seems to be ok.
any ideas on how to fix this? Can I read the data without the header?
thanks for any help Shona