Dual Module Player DSMI
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(Added sample files and more software) |
||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
− | |||
'''.amf''', standing for "Advanced Module Format", is the internal format used by the DOS Sound and Music Interface - the engine behind Dual Module Player (DMP) for [[MS-DOS]]. The number of features supported by the format grew over time as DMP began to support more module formats. There are five official versions of the format from 10 (AMF v1.0) to 14 (AMF v1.4). | '''.amf''', standing for "Advanced Module Format", is the internal format used by the DOS Sound and Music Interface - the engine behind Dual Module Player (DMP) for [[MS-DOS]]. The number of features supported by the format grew over time as DMP began to support more module formats. There are five official versions of the format from 10 (AMF v1.0) to 14 (AMF v1.4). | ||
== Information == | == Information == | ||
− | |||
* [ftp://ftp.modland.com/pub/documents/format_documentation/Advanced%20Module%20Format%20(.amf).txt DSMI's Advanced Module Format description] | * [ftp://ftp.modland.com/pub/documents/format_documentation/Advanced%20Module%20Format%20(.amf).txt DSMI's Advanced Module Format description] | ||
* [http://sourceforge.net/p/xmp/code/ci/c889f2ed6b2875cbc81780515576409c117dbbea/tree/src/loaders/amf_load.c Extended Module Player - AMF loader] | * [http://sourceforge.net/p/xmp/code/ci/c889f2ed6b2875cbc81780515576409c117dbbea/tree/src/loaders/amf_load.c Extended Module Player - AMF loader] | ||
== Software == | == Software == | ||
+ | * [ftp://ftp.modland.com/pub/software/players/DOS/Dual%20Module%20Player/ Dual Module Player] | ||
+ | * [https://zxtune.bitbucket.io/ zxtune] | ||
+ | * [[XMP]] | ||
− | == | + | == Sample files == |
− | * | + | * https://ftp.modland.com/pub/modules/Digital%20Sound%20And%20Music%20Interface/ |
− | * | + | * https://telparia.com/fileFormatSamples/music/advancedModuleFormat/ |
Revision as of 16:10, 29 August 2021
Contents |
Description
.amf, standing for "Advanced Module Format", is the internal format used by the DOS Sound and Music Interface - the engine behind Dual Module Player (DMP) for MS-DOS. The number of features supported by the format grew over time as DMP began to support more module formats. There are five official versions of the format from 10 (AMF v1.0) to 14 (AMF v1.4).