-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdownload.html
More file actions
150 lines (129 loc) · 5.31 KB
/
download.html
File metadata and controls
150 lines (129 loc) · 5.31 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
---
---
<!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>
<a name="download"></a>
<h1>Download</h1>
<p>
AdPlug is a
<a href="https://en.wikipedia.org/wiki/Library_%28computing%29">library</a>,
which does nothing on its own. It must be combined with something else that
can make the library do something useful. An example is the Winamp plugin,
which acts as an interface between Winamp and AdPlug, allowing songs that
the AdPlug library supports to be played by Winamp.
</p>
<p>
There are a few different interfaces like this which can be downloaded below.
Choose the one that best suits your needs.
</p>
<table>
<tr><td><b>Module:</b></td><td><b>Description:</b></td></tr>
<tr><td><a href="https://github.com/adplug/adplug/releases">AdPlug core library</a></td>
<td><h2>AdPlug library source distribution for all architectures:</h2>
<p>You need this only if you like to write your own AdPlug frontend or
want/have to recompile any of the available frontends.</p>
<p>The following file packages are available:</p>
<ul>
<li>adplug-*.tar.bz2 - bzip2 compressed source</li>
<li>adplug-*.tar.gz - gzip compressed source</li>
<li>adplg*s.zip - Stripped-down source version for DOS users only
(PKZIP compressed)</li>
<li>adplug*.zip - Precompiled binary (unoptimized) for DOS users
(PKZIP compressed)</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/winamp/releases">AdPlug/Winamp</a></td>
<td><h2>AdPlug Winamp input plugin:</h2>
<p>The AdPlug Winamp plugin was the first available frontend for
AdPlug and right now, it is the most advanced frontend of them
all. Winamp is available at
<a href="http://www.winamp.com">www.winamp.com</a>.</p>
<p>From version 1.6 to 1.8.2 inclusive binaries are compiled including
the latest OPL2 and OPL3 emulators from the MAME distribution
for the best emulation quality. They are licensed under
<a href="mame_license.html">MAME license</a>.</p>
<p>The recent versions introduce newer, more accurate and
LGPL-compatible emulators, such as WoodyOPL from DOSBox Team
and Nuked OPL3 by Alexey Khokholov (Nuke.YKT).</p>
<p>The following file packages are available:</p>
<ul>
<li>in_adlib-*.zip - PKZIP compressed binary</li>
<li>in_adlib-*.exe - Win32 self-installing binary</li>
<li>in_adlib-*_source.zip - PKZIP compressed source</li>
<li>in_adlib-*.tar.gz - gzip compressed source</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/adplay-dos/releases">AdPlay/DOS</a></td>
<td><h2>AdPlay/DOS for MS-DOS:</h2>
<p>AdPlay/DOS is AdPlug's MS-DOS based frontend. Sporting an
exclusively programmed, highly configurable textmode interface, it
provides a convenient playback experience.</p>
<p>The following file packages are available:</p>
<ul>
<li>adplay*.zip - PKZIP compressed binary (i386 protected mode)</li>
<li>adply*s.zip - PKZIP compressed source</li>
<li>timer*.zip - Watcom C/C++ 11.x Timer Library (needed by
adply*s.zip)</li>
<li>window*.zip - Watcom C/C++ 11.x Textmode Window Classes (needed by
adply*s.zip)</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/adplay-unix/releases">AdPlay/UNIX</a></td>
<td><h2>AdPlay/UNIX for UNIX compatible architectures:</h2>
<p>AdPlay/UNIX is a classic UNIX console frontend with all the usual
bells and whistles. It is proven to work well on many different
kinds of UNIX flavours.</p>
<p>The following file packages are available:</p>
<ul>
<li>adplay-*.tar.bz2 - bzip2 compressed source</li>
<li>adplay-*.tar.gz - gzip compressed source</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/xmms/releases">AdPlug/XMMS</a></td>
<td><h2>AdPlug XMMS input plugin:</h2>
<p>AdPlug/XMMS is an XMMS input plugin. It supports playback of all
formats using AdPlug's OPL2 emulator only. XMMS is available
at <a href="http://www.xmms.org">www.xmms.org</a>.</p>
<p>The following file packages are available:</p>
<ul>
<li>adplug-xmms-*.tar.bz2 - bzip2 compressed source</li>
<li>adplug-xmms-*.tar.gz - gzip compressed source</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/database/releases">Database</a></td>
<td><h2>AdPlug Database:</h2>
<p>The AdPlug database is the source for AdPlug to get essential
replay information about problematic files. Some file formats
(eg. Apogee's IMF format) contain too few information about a song for
it to be correctly replayed by AdPlug. To counter this, the AdPlug
database was created.</p>
<p>If you have a problematic file that's not covered in this database,
please file a bug report against the database and include either the
problematic file itself or the corresponding database entry.</p>
<p>The following file packages are available:</p>
<ul>
<li>adplug.db - uncompressed database file</li>
<li>adplugdb-*.tar.gz - gzip compressed database package</li>
</ul>
</td></tr>
<tr><td><a href="https://github.com/adplug/libbinio/releases">libbinio</a></td>
<td><h2>libbinio - Binary I/O stream class library</h2>
<p>A helper library to unify file I/O that includes helper functions
for converting data between different endians. All internal I/O in Adplug
uses this library.</p>
<p>The following file packages are available:</p>
<ul>
<li>libbinio-*.tar.bz2 - bzip2 compressed source</li>
</ul>
</td></tr>
</table>
</td></tr>
</table>
{% include footer.html %}
</body>
</html>