diff options
author | adam <adam@pkgsrc.org> | 2003-07-10 08:21:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-10 08:21:44 +0000 |
commit | dd7bfd462cb7e3ca487d9209f0b0e338155385cd (patch) | |
tree | 5d803bef71732d861ce3b83772a432753c3230c1 /audio/libmad/DESCR | |
parent | dc5d4f6c9a104fe5999fa80ccba5306ec805d74e (diff) | |
download | pkgsrc-dd7bfd462cb7e3ca487d9209f0b0e338155385cd.tar.gz |
MAD is a high-quality fixed-point MPEG audio decoder with 24-bit output.
Diffstat (limited to 'audio/libmad/DESCR')
-rw-r--r-- | audio/libmad/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/libmad/DESCR b/audio/libmad/DESCR new file mode 100644 index 00000000000..923313d6893 --- /dev/null +++ b/audio/libmad/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) |