MP3 Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 3: Line 3:
* ''' Format Type ''':    Audio <br>  
* ''' Format Type ''':    Audio <br>  
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
* ''' Signature ''':    e.g. 0xFF 0xFB 0xA0 0x44 <br>  
* ''' Signature ''':    e.g. 0xFF 0xFB <br>  




Line 13: Line 13:
num_of_frames *
num_of_frames *
{
{
   4 bytes (uint32) - signature  // e.g. 0xFF 0xFB 0xA0 0x44
   4 bytes (uint32) - signature  // e.g. 0xFF 0xFB  
   x bytes - mp3 data
   x bytes - mp3 data
}
}

Revision as of 19:52, 9 March 2022

MP3

  • Format Type : Audio
  • Endian Order : Little Endian
  • Signature : e.g. 0xFF 0xFB


Format Specifications

num_of_frames *
{
   4 bytes (uint32) - signature  // e.g. 0xFF 0xFB 
   x bytes - mp3 data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Standard MP3 Audio format.

Compatible Programs

  • Winamp
  • Windows Media Player

Games

List of games using this file format:

  • Mindustry (*.MP3) (PC)
  • Zenek Zombie (PC)
  • Many more...

See Also