diff options
author | adam <adam> | 2003-07-10 08:37:24 +0000 |
---|---|---|
committer | adam <adam> | 2003-07-10 08:37:24 +0000 |
commit | 4e149b6043d1bbe6717358f21ba9c36698be290a (patch) | |
tree | d4efa719c478abe8e4add68d589741e4a2125f27 /audio | |
parent | a107a19742df6609cfa4bada8db3dbecdcdb2984 (diff) | |
download | pkgsrc-4e149b6043d1bbe6717358f21ba9c36698be290a.tar.gz |
MAD is a high-quality MPEG audio decoder with 24-bit output.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/madplay/DESCR | 15 | ||||
-rw-r--r-- | audio/madplay/PLIST | 10 |
2 files changed, 25 insertions, 0 deletions
diff --git a/audio/madplay/DESCR b/audio/madplay/DESCR new file mode 100644 index 00000000000..923313d6893 --- /dev/null +++ b/audio/madplay/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) diff --git a/audio/madplay/PLIST b/audio/madplay/PLIST new file mode 100644 index 00000000000..0e80dd3883d --- /dev/null +++ b/audio/madplay/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/10 08:37:24 adam Exp $ +bin/abxtest +bin/madplay +man/man1/abxtest.1 +man/man1/madplay.1 +${PKGLOCALEDIR}/locale/en/LC_MESSAGES/madplay.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/madplay.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/madplay.mo +${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/madplay.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/madplay.mo |