XA Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 12: | Line 12: | ||
// little endian | // little endian | ||
//header | |||
4 bytes (char) - magic // "RIFF" | 4 bytes (char) - magic // "RIFF" | ||
4 bytes (uint32) - filesize - 8 | 4 bytes (uint32) - filesize - 8 | ||
Revision as of 18:59, 19 October 2020
XA
- Format Type : Audio
- Endian Order : Little Endian
Format Specifications
// XA file format // little endian //header 4 bytes (char) - magic // "RIFF" 4 bytes (uint32) - filesize - 8 8 bytes (char) - XA ID string // "CDXAfmt " 4 bytes (uint32) - size of next block 16 bytes - some block // "=UXA" 4 bytes (char) - data ID string " // "data" 4 bytes (uint32) - size of data //data x bytes - data
MultiEx BMS Script
Not written yet.
Notes and Comments
- PlayStation 1 audio files.
Compatible Programs
None.