Data File: Sound.mul
Index File: SoundIdx.mul
Data:
Dim fileName(0 To 20 - 1) As Byte (Character) ' Original *.wav file name
Dim header(0 To 20 - 1) As Byte ' Unknown
Dim waveData(0 To length - 40 - 1) 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