Audio Formats (Apocalypse)
Appearance
Image file formats used by X-COM: Apocalypse.
RAW
All sound effects stored in the RAWSOUND folder have the following format:
| Property | Value |
|---|---|
| Channels | 1 (Mono) |
| Format | Unsigned 8bit PCM |
| Sample Rate | 22,050Hz |
MUSIC
The MUSIC file (found on the CD) has the following format:
| Property | Value |
|---|---|
| Channels | 2 (Stereo) |
| Format | Signed 16bit PCM |
| Endian | Little Endian |
| Sample Rate | 22,050Hz |