-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
97 lines (89 loc) · 3.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
{% include header.html doctitle="A free AdLib sound player library" %}
<body>
{% include menu.html %}
<table class="page">
<tr><td>
<h1>Description:</h1>
<p>AdPlug is a free, cross-platform, hardware independent AdLib sound
player library, mainly written in C++ and released under the
LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2)
and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its
original format on top of an emulator or by using the real
hardware. No OPL chip is required for playback.</p>
<p>AdPlug itself is just the backend to many different audio player
frontends, which are also being developed here. There are plugins for
popular audio players, like Winamp and XMMS, as well as stand-alone
players for many different systems available.</p>
</td></tr>
<tr><td>
<a name="news"><h1>News:</h1></a>
{% include news.html %}
</td></tr>
<tr><td>
<h1>Supported formats:</h1>
<p>AdPlug implements unique file replayers for each supported audio format in order to
achieve the best possible replay quality. Players marked as "preliminary" aren't considered
final by the author and may contain many replay issues, but are included for testing purposes
anyway. As of now, the following formats are supported:</p>
<ul>
<li>A2M: AdLib Tracker 2 by subz3ro</li>
<li>ADL: Westwood ADL File Format</li>
<li>AGD: Herbulot AdLib Gold System (HERAD) by Remi Herbulot <b>(preliminary)</b></li>
<li>AMD: AMUSIC Adlib Tracker by Elyssis</li>
<li>BAM: Bob's Adlib Music Format</li>
<li>BMF: Easy AdLib 1.0 by The Brain</li>
<li>CFF: BoomTracker 4.0 by CUD</li>
<li>CMF: Creative Music File Format by Creative Technology</li>
<li>CMF: SoundFX Macs Opera tracker by Linel</li>
<li>D00: EdLib by Vibrants</li>
<li>DFM: Digital-FM by R.Verhaag</li>
<li>DMO: Twin TrackPlayer by TwinTeam</li>
<li>DRO: DOSBox Raw OPL Format</li>
<li>DTM: DeFy Adlib Tracker by DeFy</li>
<li>GOT: God Of Thunder Music by Roy Davis of Adept Software</li>
<li>HA2: Herbulot AdLib System v2 (HERAD) by Remi Herbulot <b>(preliminary)</b></li>
<li>HSC: HSC Adlib Composer by Hannes Seifert, HSC-Tracker by Electronic Rats</li>
<li>HSP: HSC Packed by Number Six / Aegis Corp.</li>
<li>HSQ: Herbulot AdLib System (HERAD) by Remi Herbulot <b>(preliminary)</b></li>
<li>IMF: Apogee IMF File Format</li>
<li>IMS: IMPlay Song Format</li>
<li>JBM: JBM Adlib Music Format</li>
<li>KSM: Ken Silverman's Music Format</li>
<li>LAA: LucasArts AdLib Audio File Format by LucasArts</li>
<li>LDS: LOUDNESS Sound System</li>
<li>M: Origin AdLib Music Format</li>
<li>MAD: Mlat Adlib Tracker</li>
<li>MDI: AdLib MIDIPlay File Format by Ad Lib Inc.</li>
<li>MID: MIDI Audio File Format</li>
<li>MKJ: MKJamz by M \ K Productions <b>(preliminary)</b></li>
<li>MSC: AdLib MSCplay</li>
<li>MTK: MPU-401 Trakker by SuBZeR0</li>
<li>MUS: AdLib MIDI Music Format by Ad Lib Inc.</li>
<li>RAD: Reality ADlib Tracker by Reality</li>
<li>RAW: RdosPlay RAW file format by RDOS</li>
<li>RIX: Softstar RIX OPL Music Format</li>
<li>ROL: AdLib Visual Composer by AdLib Inc.</li>
<li>S3M: Screamtracker 3 by Future Crew</li>
<li>SA2: Surprise! Adlib Tracker 2 by Surprise! Productions</li>
<li>SAT: Surprise! Adlib Tracker by Surprise! Productions</li>
<li>SCI: Sierra's AdLib Audio File Format</li>
<li>SDB: Herbulot AdLib System (HERAD) by Remi Herbulot <b>(preliminary)</b></li>
<li>SNG: SNGPlay by BUGSY of OBSESSION</li>
<li>SNG: Faust Music Creator by FAUST</li>
<li>SNG: Adlib Tracker 1.0 by TJ</li>
<li>SOP: Note Sequencer by Lee Ho Bum (sopepos)</li>
<li>SQX: Herbulot AdLib System (HERAD) by Remi Herbulot <b>(preliminary)</b></li>
<li>VGM: Video Game Music 1.51 by Valley Bell <b>(preliminary)</b></li>
<li>XAD: eXotic ADlib Format by Riven the Mage</li>
<li>XMS: XMS-Tracker by MaDoKaN/E.S.G</li>
<li>XSM: eXtra Simple Music by Davey W Taylor</li>
</ul>
</td></tr>
</table>
{% include footer.html %}
</body>
</html>