SoundFX module
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|sfx}}, {{ext|sfx2}} }} == Description == SoundFX is a tracker for the Commodore Amiga (not to b...") |
Ccawley2011 (Talk | contribs) |
||
Line 13: | Line 13: | ||
== Information == | == Information == | ||
− | * [ | + | * [https://github.com/libxmp/libxmp/blob/master/docs/formats/sfx-format.txt xmp/doc/format/sfx_format] |
* [https://github.com/photonstorm/Flod/blob/master/Flod%204.1/neoart/flod/soundfx/FXPlayer.as Flod 4.1 - FXPlayer.as] appears to show the differences necessary for correct playback of the various versions of the format. Ported to JavaScript [https://github.com/photonstorm/FlodJS/blob/master/Flod%20JS%202.1/includes/FXPlayer.js here]. | * [https://github.com/photonstorm/Flod/blob/master/Flod%204.1/neoart/flod/soundfx/FXPlayer.as Flod 4.1 - FXPlayer.as] appears to show the differences necessary for correct playback of the various versions of the format. Ported to JavaScript [https://github.com/photonstorm/FlodJS/blob/master/Flod%20JS%202.1/includes/FXPlayer.js here]. | ||
Line 19: | Line 19: | ||
* [ftp://ftp.modland.com/pub/software/trackers/Amiga/SoundFX/ SoundFX] | * [ftp://ftp.modland.com/pub/software/trackers/Amiga/SoundFX/ SoundFX] | ||
+ | * [http://xmp.sourceforge.net/ xmp] | ||
== Links == | == Links == |
Revision as of 20:34, 30 July 2021
Contents |
Description
SoundFX is a tracker for the Commodore Amiga (not to be confused with the other Amiga SoundFX, a sample editing software) which produces modules with the extensions .sfx and .sfx2.
There appear to be at least four different versions of the format - v1.0, v1.8, v1.9 and v2.0. The first three versions seem to have the extension .sfx, with v2.0 using the extension .sfx2.
Information
- xmp/doc/format/sfx_format
- Flod 4.1 - FXPlayer.as appears to show the differences necessary for correct playback of the various versions of the format. Ported to JavaScript here.