summaryrefslogtreecommitdiff
path: root/audio/madplay
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-10 08:50:06 +0000
committerwiz <wiz>2003-07-10 08:50:06 +0000
commitb5792741ce7fd83144d524f1bb361edfeb78c469 (patch)
tree55ba14dd65a14265ebd32ce67b52ee87183974f9 /audio/madplay
parentb31cc08c48e53d08ddb39f3350414da700810ed0 (diff)
downloadpkgsrc-b5792741ce7fd83144d524f1bb361edfeb78c469.tar.gz
Update DESCR.
Diffstat (limited to 'audio/madplay')
-rw-r--r--audio/madplay/DESCR33
1 files changed, 21 insertions, 12 deletions
diff --git a/audio/madplay/DESCR b/audio/madplay/DESCR
index 923313d6893..9f054105053 100644
--- a/audio/madplay/DESCR
+++ b/audio/madplay/DESCR
@@ -1,15 +1,24 @@
-MAD is a high-quality MPEG audio decoder. It currently supports MPEG 1 as
-well as the MPEG 2 extension to Lower Sampling Frequencies. All three
-audio layers (Layer I, Layer II, and Layer III aka MP3) are fully
-implemented.
+`madplay' is a command-line MPEG audio decoder and player based on the MAD
+library (libmad).
-MAD does not yet support MPEG 2 multichannel audio (although it should be
-backward compatible with such streams), nor does it support the so-called
-MPEG 2.5 format.
+After decoding, `madplay' sends the output to an audio output module. The
+following audio output modules are provided:
-MAD has the following special features:
+ - an Open Sound System interface module (for Linux, et al.)
+ - a Sun audio interface module (for Solaris, NetBSD, et al.)
+ - a Mac OS Carbon audio interface module (for Mac OS X)
+ - a Win32 audio interface module (for Windows 95/98/NT/2000, et al.)
+ - an ALSA audio interface module
+ - a QNX audio interface module
+ - an EsounD interface module
+ - a CD audio output module (*.cdr, *.cda)
+ - an Audio IFF output module (*.aif, *.aiff)
+ - a Microsoft RIFF/WAVE file output module (*.wav)
+ - a Sun/NeXT audio file output module (*.au, *.snd)
+ - a raw PCM output module
+ - a hex output module (for debugging and compliance testing)
+ - a null module (for timing the decoder)
- - 24-bit PCM output
- - 100% fixed-point (integer) computation
- - completely new implementation based on the ISO/IEC standards
- - distributed under the terms of the GNU General Public License (GPL)
+`madplay' will also read and display ID3 tag information, and further
+supports the relative volume adjustment information (RVA2) in such tags,
+as written by tools like `normalize'.