jangler.info

news / music / code / links / botb / contact

modplay

A command-line IT/XM/S3M/MOD player based on DUMB and PortAudio.

Installation

  1. Install DUMB and PortAudio.
  2. Edit the Makefile if you wish.
  3. Runmake && make install.

If you use Arch Linux or a derivative, you may also install via the AUR package.

Usage

Usage: modplay [OPTION]... FILE

Play 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
  -v, --volume=1.0           playback volume factor
  -h, --help                 print this message and exit
      --version              print version and exit

Source code