Id Software Music Format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(sample files) |
||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | |||
The id Software Music Format (IMF) stores raw data sent to sound cards with an OPL2 chip. It was used for a number of early games by id Software. | The id Software Music Format (IMF) stores raw data sent to sound cards with an OPL2 chip. It was used for a number of early games by id Software. | ||
== Information == | == Information == | ||
− | |||
* [http://www.shikadi.net/moddingwiki/IMF_Format ModdingWiki - IMF Format] | * [http://www.shikadi.net/moddingwiki/IMF_Format ModdingWiki - IMF Format] | ||
* [http://www.shikadi.net/moddingwiki/How_to_create_an_IMF_file ModdingWiki - How to create an IMF file] | * [http://www.shikadi.net/moddingwiki/How_to_create_an_IMF_file ModdingWiki - How to create an IMF file] | ||
Line 28: | Line 26: | ||
=== Playback === | === Playback === | ||
− | |||
* [http://adplug.sourceforge.net/ AdPlug / AdPlay] (cross-platform, open source) | * [http://adplug.sourceforge.net/ AdPlug / AdPlay] (cross-platform, open source) | ||
* [http://www.shikadi.net/utils/xmms.html xmms-adlib] (source only) | * [http://www.shikadi.net/utils/xmms.html xmms-adlib] (source only) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|music/apogeeIMF}} | ||
[[Category:id Software]] | [[Category:id Software]] |
Latest revision as of 15:15, 30 July 2024
Contents |
[edit] Description
The id Software Music Format (IMF) stores raw data sent to sound cards with an OPL2 chip. It was used for a number of early games by id Software.
[edit] Information
[edit] Software
[edit] Conversion
[edit] X to IMF
- cmf2imf (CMF to IMF), source available).
- dro2imf (DRO to IMF), cross platform, source available)'
- got_re (God of Thunder Music Format to IMF)
- Music Conversion Tools - contains midi2mus (MIDI to MUS) and mus2imf (MUS to IMF) which can be combined to convert from MIDI to IMF.
[edit] IMF to X
[edit] Playback
- AdPlug / AdPlay (cross-platform, open source)
- xmms-adlib (source only)