Sounds

Data File: Sound.mul
Index File: SoundIdx.mul

Data:

Dim fileName(20) As Char ' Original *.wav file name
Dim header(20) As Byte ' Unknown
Dim waveData(length - 40) As Byte

waveData can be written out to a .wav file's "data" chunk, after writing out the "RIFF" and "WAVEfmt " chunks.
The wave files have PCM 22.050 kHz, 16-Bit Mono format.

See Also:
 - Index Files