From 8254f55b524e2244c010762ea31f0afb1098cca7 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 10 Jul 2003 08:37:24 +0000 Subject: MAD is a high-quality MPEG audio decoder with 24-bit output. --- audio/madplay/DESCR | 15 +++++++++++++++ audio/madplay/PLIST | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 audio/madplay/DESCR create mode 100644 audio/madplay/PLIST (limited to 'audio/madplay') 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 -- cgit v1.2.3