Little-Endian Signed Integer
问题 I know the WAV file format uses signed integers for 16-bit samples. It also stores them in little-endian order, meaning the lowest 8 bits come first, then the next, etc. Is the special sign bit on the first byte, or is the special sign bit always on the most significant bit (highest value)? Meaning: Which one is the sign bit in the WAV format? ++---+---+---+---+---+---+---+---++---+---+---+---+---+---+---+---++ || a | b | c | d | e | f | g | h || i | j | k | l | m | n | o | p || ++---+---+---