Original 8-bit format The file format consists of a 26-byte header and a series of subsequent data blocks containing the audio information. The byte order is
little-endian. The header is followed by data blocks. Each data block begins with a type byte describing the contents of the data, followed by 3 bytes for the size of the data. For two of the 9 defined types, the subsequent size of the data is missing, so the block ultimately consists of only a single byte – these are 0x00 terminator, and 0x07 repeat end. If a size is specified, the first 4 bytes will be followed by a block of the content resulting from the specified type with the specified size. 0x0000to 0xFFFE1-65,535 repetitions, 0xFFFFfor infinite The file optionally ends with the terminator block (data block of type 0x00). == Use==