AMF Format
Format type | Music |
---|---|
Notation type | Tracked |
Instruments | PCM |
Max channel count | 32 |
Max track count | n/a |
Max pattern count | 256 |
Max order count | 256 |
Tags? | Title, instrument names |
Games |
There are two different AMF module formats: Ayslum Music Format (used in Crusader: No Remorse and Crusader: No Regret) and the music format introduced by the Digital Sound and Music Interface (DSMI) by Otto Chrons. This article describes the latter format. DSMI and its module format was used in a number of games. Some later games, in particular those published by Webfoot, use a slightly different variant of the format identified by its "DMF" magic bytes (instead of "AMF"). This variant uses delta-encoded samples and omits song and sample names, leading to slightly improved compressability with general-purpose compression algorithms (such as DEFLATE). The AMF format is well-supported by a variety of module players, such as libxmp and libopenmpt.