I have a question about the basic wav file data chunk.
I know that each 2 bytes in the data chunk section represent mono sound and left and right channel is alternately stored, but I still have no idea how to understand the 2 byte value.
Is it high and low?
- value 0000 => lowest?
- value FFFF => highest?
- value 8FFF => no sound?
If so, when I want to reduce volume 50%, is all I have to do just classfy low and high and divive by 2?
