• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H07-May-2022-6,0255,259

include/H10-Jun-2021-403332

jni/H10-Jun-2021-2922

src/H10-Jun-2021-71,55050,873

test/H03-May-2022-158117

INSTALLH A D10-Jun-20211.2 KiB5028

Makefile.inH A D03-May-20227.1 KiB245194

Makefile.os2H A D10-Jun-2021804 3513

Makefile.vcH A D10-Jun-20214.9 KiB5939

Makefile.w32H A D10-Jun-2021836 3815

READMEH A D10-Jun-20212.6 KiB7347

config.guessH A D10-Jun-202148.3 KiB1,7051,491

config.subH A D10-Jun-202133.8 KiB1,8651,687

configureH A D10-Jun-2021156.1 KiB5,5654,586

configure.acH A D10-Jun-20215.8 KiB208188

install-shH A D10-Jun-202115 KiB542352

libxmp.mapH A D10-Jun-20211.3 KiB7670

libxmp.pc.inH A D10-Jun-2021227 1411

watcom.mifH A D10-Jun-20215.7 KiB9072

README

1
2
3
4                 __   _____
5                |  | |__|  |______  ___ ____________
6                |  | |  || __  \  \/  //      ____  \
7                |  |_|  || |_>  >    <|  Y Y  \ |_>  >
8                |____/__||_____/__/\  \__|_|  /  ___/
9                                    \_/     \/|_|
10                    Extended Module Player Library
11
12                              Version 4.5
13
14
15OVERVIEW
16
17Libxmp is a library that renders module files to PCM data. It supports
18over 90 mainstream and obscure module formats including Protracker (MOD),
19Scream Tracker 3 (S3M), Fast Tracker II (XM), and Impulse Tracker (IT).
20
21Many compressed module formats are supported, including popular Unix, DOS,
22and Amiga file packers including gzip, bzip2, SQSH, Powerpack, etc.
23
24
25LIBRARY API
26
27See docs/libxmp.html for the library API reference. The documentation
28is also available in man page and PDF formats.
29
30
31SUPPORTED FORMATS
32
33See docs/formats.txt for the list of supported formats. By default,
34Protracker modules are played with a reasonable mix of Protracker 2/3
35quirks (because certain Protracker 1/2 bugs are just too weird and
36generally not worth emulating). Other Amiga 4 channel MODs are played with
37a generic Noisetracker/Protracker-style replayer, Scream Tracker III MODs
38are played with a Scream Tracker style replayer and multichannel MOD
39variations are played with a Fasttracker II style replayer. Multifile
40formats (Startrekker AM, Magnetic Fields, etc). must have all files in
41the same directory.
42
43
44SUPPORTED PACKERS
45
46The following formats have built-in decompressors: bz2, gz, lha, oxm, xz,
47Z, zip, ArcFS, arc, MMCMP, PowerPack, !Spark, SQSH, MUSE, LZX, and S404.
48Other compressed formats need helpers to be installed on the system:
49mo3 (unmo3) and rar (unrar).
50
51
52AUTHORS AND CONTACT
53
54See docs/CREDITS for the full list of authors. Send your comments
55and bug reports to xmp-devel@lists.sourceforge.net, or directly to
56cmatsuoka@gmail.com.
57
58
59LICENSE
60
61This library is free software; you can redistribute it and/or modify it
62under the terms of the GNU Lesser General Public License as published by
63the Free Software Foundation; either version 2.1 of the License, or (at
64your option) any later version. This library is distributed in the hope
65that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
66warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67GNU Lesser General Public License for more details.
68
69You should have received a copy of the GNU Lesser General Public
70License along with this library; if not, write to the Free Software
71Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
72
73