Libxmp is a library that renders module files to PCM data.
  • Logos 82.1%
  • C 17.2%
  • Makefile 0.3%
  • CMake 0.2%
  • M4 0.1%
Find a file
Özkan Sezer b6f4afca94
cmake: simplify os2 after emx defs addition to repo (#986)
In fact, Makefile.emx should be preferred over cmake and autotools
when targeting os/2, but whatever..
2026-05-01 17:54:58 -06:00
.github Fix MSVC CI log spam. (#965) 2026-01-29 11:28:12 +03:00
cmake Support Pack-Ice compression common in Atari modules. (#889) 2025-10-31 04:40:03 +03:00
docs Build the PDF without date information (#978) 2026-02-27 03:24:20 +03:00
examples cmake build system support (#415), 2021-08-01 18:50:20 +03:00
include Fix xmp_seek_time bugs, add xmp_seek_time_frame. (#968) 2026-02-05 04:47:28 +03:00
jni jni/Android.mk: add missing HAVE_DIRENT definition. (#828) 2025-01-03 23:21:26 -07:00
lite cmake: simplify os2 after emx defs addition to repo (#986) 2026-05-01 17:54:58 -06:00
m4 fix typos (#731) 2024-05-11 12:30:03 -06:00
src add OS/2 EMX makefiles for KLIBC environment. (#984) 2026-04-28 18:38:55 -06:00
test Update test.c to test all available test modules, print resulting MD5s. 2025-12-21 20:53:22 -07:00
test-dev Fix another uninitialized read in Galaxy 5.0 channel panning array. 2026-02-18 18:00:01 -07:00
vc target-specific code / define clean-ups: 2021-07-23 17:10:50 +03:00
.gitignore Add more VSCode/Codium/clangd gitignore entries. (#955) 2026-01-21 12:47:01 +03:00
aclocal.m4 use LT_PATH_LD to detect GNU ld, which uses compiler's ld program: 2021-08-05 23:33:32 +03:00
autogen.sh autotools: allow specifying the autoconf command in AUTOCONF env. var. 2023-07-26 10:56:10 +03:00
CMakeLists.txt cmake: simplify os2 after emx defs addition to repo (#986) 2026-05-01 17:54:58 -06:00
config.guess update config.guess and config.sub from mainstream 2024-09-22 22:37:28 +03:00
config.sub update config.guess and config.sub from mainstream 2024-09-22 22:37:28 +03:00
configure.ac autotools: correct host_os os2-emx checks (#982) 2026-03-23 15:02:25 -06:00
emx.def store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
emxlite.def store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
INSTALL add notes to INSTALL file about emscripten configuration and also cmake. 2021-12-22 11:55:10 +03:00
install-sh config.guess, config.sub, install-sh: update from mainstream. 2020-12-31 17:55:02 +03:00
libxmp-config-version.cmake.autotools.in cmake and autotools build system updates (#597) 2022-07-19 00:32:28 +03:00
libxmp-config.cmake Fix typo in CMake config 2023-04-03 15:16:14 +04:00
libxmp-config.cmake.autotools cmake and autotools build system updates (#597) 2022-07-19 00:32:28 +03:00
libxmp.map Fix xmp_seek_time bugs, add xmp_seek_time_frame. (#968) 2026-02-05 04:47:28 +03:00
libxmp.pc.in cmake and autotools build system updates (#597) 2022-07-19 00:32:28 +03:00
Makefile.dos support for building lite version from git or release dist tarball (#721) 2024-05-03 12:35:00 +03:00
Makefile.emx store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
Makefile.emx.in store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
Makefile.in store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
Makefile.lite store os2/emx dll def files in revision control and in tarballs. (#985) 2026-04-29 14:28:30 -06:00
Makefile.lnx add OpenWatcom makefiles targeting Linux (#871) 2025-06-19 03:54:14 -06:00
Makefile.os2 use response files with msvc and watcom makefiles. (#732) 2024-05-11 12:26:54 -06:00
Makefile.vc Support Pack-Ice compression common in Atari modules. (#889) 2025-10-31 04:40:03 +03:00
Makefile.vc.in integrate libxmp-lite test to 'make check' in full tree. (#764) 2024-10-03 14:20:02 +03:00
Makefile.w32 use response files with msvc and watcom makefiles. (#732) 2024-05-11 12:26:54 -06:00
README Add Pack-Ice to the list of depackers in README. (#976) 2026-02-24 06:56:56 +03:00
TODO.5 Update ChangeLog for 4.6.1 changes so far 2024-05-11 23:33:32 +03:00
watcom.mif Support Pack-Ice compression common in Atari modules. (#889) 2025-10-31 04:40:03 +03:00
watcom.mif.in add OpenWatcom makefiles targeting Linux (#871) 2025-06-19 03:54:14 -06:00



                 __   _____                           
                |  | |__|  |______  ___ ____________  
                |  | |  || __  \  \/  //      ____  \ 
                |  |_|  || |_>  >    <|  Y Y  \ |_>  >
                |____/__||_____/__/\  \__|_|  /  ___/ 
                                    \_/     \/|_|    
                    Extended Module Player Library

                              Version 4.7


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,
Protracker modules are played with a reasonable mix of Protracker 2/3
quirks (because certain Protracker 1/2 bugs are just too weird and
generally not worth emulating). Other Amiga 4 channel MODs are played with
a generic Noisetracker/Protracker-style replayer, Scream Tracker III MODs
are played with a Scream Tracker style replayer and multichannel MOD
variations are played with a Fasttracker II style replayer. Multifile
formats (Startrekker AM, Magnetic Fields, 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, S404, Pack-Ice.
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

Extended Module Player
Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.