Skip to content
/ eaxas Public

Encoder for various XA ADPCM audio formats from Electronic Arts

Notifications You must be signed in to change notification settings

lgdel/eaxas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 15, 2024
bb824b1 · Sep 15, 2024

History

3 Commits
Sep 15, 2024
Sep 10, 2024
Sep 10, 2024
Sep 15, 2024
Sep 10, 2024
Sep 15, 2024
Sep 10, 2024
Sep 10, 2024
Sep 15, 2024
Sep 10, 2024
Sep 15, 2024
Sep 15, 2024
Sep 10, 2024
Sep 10, 2024
Sep 15, 2024

Repository files navigation

Encoder for various XA ADPCM audio formats from Electronic Arts.

Formats available:

  • --xa-r1: EA XA ADPCM R1, contained in "SCxl" files.
  • --xa-r2: EA XA ADPCM R2, contained in "SCxl" files.
  • --xa-r3: EA XA ADPCM R3, contained in "SCxl" files.
  • --maxis-xa: EA Maxis CDROM XA (.xa), used in Sims 1 and 2 (infos). The XA tag (type of audio) is left at 0.
  • --xas: EA XAS, contained in .snr/.cdata files. A --loop option will mark the file as a loop (without a starting part).

All those formats are decodable with FFmpeg (although with some problems), this tool does not do decoding.

Credits and sources

  • Electronic Arts Sound eXchange
  • FFmpeg
  • Green Book XA specifications

About

Encoder for various XA ADPCM audio formats from Electronic Arts

Topics

Resources

Stars

Watchers

Forks