MikMod UNI format module
From Just Solve the File Format Problem
(Difference between revisions)
(Added extra categories in which best exemplifies the use of such formats.) |
(Added release date for this format.) |
||
Line 4: | Line 4: | ||
|extensions={{ext|uni}} | |extensions={{ext|uni}} | ||
|magic=[https://github.com/file/file/blob/master/magic/Magdir/audio#L173 55 4e 30 35] | |magic=[https://github.com/file/file/blob/master/magic/Magdir/audio#L173 55 4e 30 35] | ||
+ | |released=2005<ref>[https://sourceforge.net/p/mikmod/mikmod/ci/048f5f9552a1a08694703fedd08a86a1d97f2284/ Mikmod Sound System / Code / Commit <nowiki>[048f5f]</nowiki> - SourceForge]</ref> | ||
}} | }} | ||
Latest revision as of 04:02, 23 September 2025
Contents |
[edit] Description
.uni (MikMod UNI format module) "is an internal format used by MikMod" module player/library.[2][3]
[edit] Identification
.uni files begins with the HEX 55 4e 30 35
which translates to "UN05
" in ASCII.