forked from libxmp/libxmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
68 lines (43 loc) · 2.39 KB
/
README
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
__ _____
| | |__| |______ ___ ____________
| | | || __ \ \/ // ____ \
| |_| || |_> > <| Y Y \ |_> >
|____/__||_____/__/\ \__|_| / ___/
\_/ \/|_|
Extended Module Player Library
Version 4.3
OVERVIEW
Libxmp is a library that renders module files to PCM data. It supports
over 90 mainstream and obscure module formats including Protracker (MOD),
Scream Tracker 3 (S3M), Fast Tracker II (XM), and Impulse Tracker (IT).
Many compressed module formats are supported, including popular Unix, DOS,
and Amiga file packers including gzip, bzip2, SQSH, Powerpack, etc.
LIBRARY API
See docs/libxmp.html for the library API reference. The documentation
is also available in man page and PDF formats.
SUPPORTED FORMATS
See docs/formats.txt for the list of supported formats. By default,
Noisetracker and Protracker modules are played in Protracker 3.15
style and multichannel variations in Fast Tracker II style (see
docs/tracker_notes.txt for details). Multifile formats (Startrekker AM,
Soundsmith, ALM, etc). must have all files in the same directory.
SUPPORTED PACKERS
The following formats have built-in decompressors: bz2, gz, lha, oxm, xz,
Z, zip, ArcFS, arc, MMCMP, PowerPack, !Spark, SQSH, MUSE, LZX, and S404.
Other compressed formats need helpers to be installed on the system:
mo3 (unmo3) and rar (unrar).
AUTHORS AND CONTACT
See docs/CREDITS for the full list of authors. Send your comments
and bug reports to xmp-devel@lists.sourceforge.net, or directly to
cmatsuoka@gmail.com.
LICENSE
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version. This library is distributed in the hope
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA