xref: /plan9-contrib/sys/man/1/mp3dec (revision d4a396f97aabf7f5cc848472b96e15867a00d28b)
MP3DEC 1
NAME
mp3dec - decode audio MPEG files (layers 1, 2 and 3)
SYNOPSIS
mp3dec [ -o outfile ] [ file ... ]
DESCRIPTION
Mp3dec decodes one or more MPEG audio files, writing 16-bit stereo linear PCM sample data to outfile (default /dev/audio ). If no files are named, mp3dec reads standard input.

In the absence of the -o option, mp3dec also opens /dev/volume and sets the sample rate for playback to match the audio stream. When writing to outfile , mp3dec prints a warning to standard error if the stream rate is not 44100 Hz.

SOURCE
/sys/src/games/mp3dec
"SEE ALSO"
mp3enc (1), juke (7), playlistfs (7)

http://www.underbit.com/products/mad/

BUGS
It's another GNU behemoth, lightly tamed.