diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /audio/mad/DESCR | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'audio/mad/DESCR')
-rw-r--r-- | audio/mad/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/mad/DESCR b/audio/mad/DESCR new file mode 100644 index 00000000000..923313d6893 --- /dev/null +++ b/audio/mad/DESCR @@ -0,0 +1,15 @@ +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. + +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. + +MAD has the following special features: + + - 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) |