Dual Module Player DSMI
From Just Solve the File Format Problem
(Difference between revisions)
m (→Playback) |
|||
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 for [[MS-DOS]]. | + | '''.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] | ||
== Software == | == Software == |
Revision as of 16:49, 22 February 2013
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).