I have come across this MSDN link: Intro to Audio Programming, Part 2: Demystifying the WAV Format. The post says that:
16-bit samples range from -32760 to 32760
which is not +/-(2^16)/2 because of
some crazy business involving Endianness and 2’s complement
There are multiple mistakes in this post, but this part irritated me the most. How much of that is true if anything?