MO3 Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== MO3 == * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cl...")
imported>Ikskoks
Line 12: Line 12:
//header
//header
3 bytes (char) - magic // "MO3"
3 bytes (char) - magic // "MO3"
1 byte (uint8) - version //
1 byte (uint8) - version  
4 bytes - unknown
4 bytes - unknown



Revision as of 21:48, 27 October 2020

MO3


Format Specifications

// MO3 file format

//header
3 bytes (char) - magic // "MO3"
1 byte (uint8) - version 
4 bytes - unknown

//data
x bytes - compressed audio data

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Audio files.

Compatible Programs

  • FAP
  • XMP
  • XMPlay
  • OpenMPT