Your handy musepack audio player
mpc123 [options] file(s)
mpc123 is a command-line player for the Musepack audio compression format. mpc123 reads mpc audio files and decodes them to the devices specified on the command line.
During playback, you can pass to the next playlist element (or a random one if one of the -z and -Z options were used, see below) by sending SIGINT to the process, thus usually pressing ^C will act as a "next-button" for the player.
Set gain (audio volume) to N (0-100 inclusive, default 100, 0 mutes sound)
Set output devicetype to driver; possible drivers include:
Linux Open Sound System
Advanced Linux Sound Architecture
ALSA version 0.9 and newer (you should really be using this)
Enlightenment sound daemon
Analog Real Time System (kde sound daemon)
Debugging output target
Use dev for audio-out; If not specified, the program tries to pick some sane defaults, based on the used audio output driver. Common devices include:
for oss output
for alsa09 output
Use au file filename.au for output
Use raw file filename.cdr for output (this can be used directly with cdrecord's -audio option)
Use wave file filename.wav for output
Use playlist file as list of Musepack files; The playlist format is simple: one file per line. You can easily generate a playlist for mpc123 with the find(1) command:
Play files randomly until interrupted
Shuffle list of files before playing
Increase verbosity (default verbosity is 0), the more -v, the more verbose mpc123 becomes
Reset verbosity to 0 (no title or boilerplate); this is the default
Print the help screen, with some brief usage information
This manual page was written by Daniele Sempione <scrows at oziosi.org>; Fernando Vezzosi <fvezzosi at masobit.net> made some edits