Pullup ticket #2685 - requested by he
[pkgsrc.git] / audio / mad / DESCR
1 MAD (libmad) is a high-quality MPEG audio decoder. It currently
2 supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies,
3 as well as the so-called MPEG 2.5 format. All three audio layers
4 (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
5
6 MAD does not yet support MPEG-2 multichannel audio (although it
7 should be backward compatible with such streams) nor does it
8 currently support AAC.
9
10 MAD has the following special features:
11
12   - 24-bit PCM output
13   - 100% fixed-point (integer) computation
14   - completely new implementation based on the ISO/IEC standards
15   - distributed under the terms of the GNU General Public License (GPL)
16
17 Because MAD provides full 24-bit PCM output, applications using
18 MAD are able to produce high quality audio. Even when the output
19 device supports only 16-bit PCM, applications can use the extra
20 resolution to increase the audible dynamic range through the use
21 of dithering or noise shaping.