Sound format for BATTLE All information is stored MSB first, LSB second. SIZE | OFFSET | Description 2 | 0 | Sampling rate in hz 1 | 2 | Channels (0 = mono, not 0 = stereo) 4 | 3 | Samples in file n | 7 | Samples Samples ------- Stereo samples are stored as left, right pairs. Mono samples don't have a left or right, so it's just one sample. Samples are stored as signed 16-bit integers, with the MSB first, and LSB second.