MP3 Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→MP3) |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
{ | { | ||
4 bytes (uint32) - signature // e.g. 0xFF 0xFB | 4 bytes (uint32) - signature // e.g. 0xFF 0xFB | ||
// TODO | |||
} | } | ||
</pre> | </pre> | ||
Revision as of 19:53, 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
// TODO
}
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