summaryrefslogtreecommitdiff
path: root/audio/mad/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:11:36 +0000
committerzuntum <zuntum>2001-11-01 00:11:36 +0000
commit4991dd0eac9df878678eae89126db950cc516d4c (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /audio/mad/DESCR
parenta658e08ca524fddd6dcef6452c7bf3ff1720f49f (diff)
downloadpkgsrc-4991dd0eac9df878678eae89126db950cc516d4c.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'audio/mad/DESCR')
-rw-r--r--audio/mad/DESCR15
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)