MikeMM
Automotive
- Feb 1, 2005
- 17
I just started writing a program that will graph different features of sound waves. At this point I've only writen code to graph the raw data from a uncompressed 16 bit wav file. The graph looks perfect and exactly how I would expect a sound wave to look but for some reason the zero point of the waves is above zero.
I had sort of assumed that when a computer records a 16 bit wav file that zero would represent no pressure change, positive numbers would represent when the pressure incresed above the normal pressure on the cresting side of the sound wave and negative numbers would represent when the pressure decreases below normal pressure. So I sort of expected the total of all the numbers (except for the header) in a wav file to be roughly zero.
So my question is, did I make an incorrect assumption or did I possibly program something wrong?
thank you for your help.
I had sort of assumed that when a computer records a 16 bit wav file that zero would represent no pressure change, positive numbers would represent when the pressure incresed above the normal pressure on the cresting side of the sound wave and negative numbers would represent when the pressure decreases below normal pressure. So I sort of expected the total of all the numbers (except for the header) in a wav file to be roughly zero.
So my question is, did I make an incorrect assumption or did I possibly program something wrong?
thank you for your help.