https://github.com/jangler/modplay
A command-line IT/XM/S3M/MOD player
https://github.com/jangler/modplay
Last synced: 10 days ago
JSON representation
A command-line IT/XM/S3M/MOD player
- Host: GitHub
- URL: https://github.com/jangler/modplay
- Owner: jangler
- License: mit
- Created: 2015-07-12T06:55:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:54:16.000Z (6 months ago)
- Last Synced: 2025-03-29T15:06:06.973Z (about 1 month ago)
- Language: C
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
modplay
=======
A command-line [IT/XM/S3M/MOD](https://en.wikipedia.org/wiki/Module_file)
player based on [DUMB](http://dumb.sourceforge.net/index.php?page=about) and
[PortAudio](http://www.portaudio.com/).[openmpt123](https://lib.openmpt.org/libopenmpt/) is probably a better choice.
Installation
------------
1. Install DUMB 0.9.3 or 1.0.0 (**not** 2.0.x) and PortAudio.
2. Edit the Makefile if you wish.
3. Run `make && make install`.Usage
-----
Usage: modplay [OPTION]... FILEPlay an IT/XM/S3M/MOD file.
Options:
-c, --channels 2 1 or 2 for mono or stereo
-f, --fadeout 0.0 post-loop fadeout in seconds
-i, --interpolation cubic none, linear, or cubic
-l, --loops 1 number of loops to play
-o, --output FILE render to WAV file instead
-v, --volume 1.0 playback volume factor
-h, --help print this message and exit
--version print version and exit