--- In [email protected], "Bob Macklin" <[EMAIL PROTECTED]> wrote: > > > Does anyone know of a place to find out how this data really works. > The only books I have found are multimedia reference manual from the > early 90's, Ie, pre-Windows.
Bob, this site http://www.borg.com/~jglatt/tech/wave.htm will tell you much more than you need to know about the wave audio data formats. You are correct when saying that 8-bit samples are biased. The range is from 0 to 0xff, and the silence corresponds to 0x80. 16-bit samples must be looked at as signed integers, ranging from -32768 to +32767. Same for 24-bit samples, that range form -8388608 to +8388607 73 Alberto I2PHD
