On Fri, Jun 07, 2002 at 03:33:03 +0200, Kristian Peters wrote: > I'm currently writing a program that compares wav's and saves the differences to >another file. So it's reasonable bad having an extra chunk of bytes at the beginning >of the data in the wav-file. Is there any specification how to ignore these extra >bytes or to know the size of this extra chunk ? (It's no problem ignoring extra bytes >at the end of the wave...)
If you just want to compare the data, use sox to convert it to raw PCM. - Steve
