MPEG Audio Decoder

This is an old revision of this page, as edited by Pnm (talk | contribs) at 16:57, 5 January 2012 (removed Category:Free multimedia codecs, containers, and splitters; added Category:Free codecs using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MPEG Audio Decoder (MAD) is a GPL library to decode files that have been encoded with an MPEG audio codec, written by Robert Leslie[1] and produced by Underbit Technologies. It was developed as a new implementation, on the ISO/IEC standards.[2]

madplay
Developer(s)Robert Leslie
Initial release2000
Stable release
0.15.2b / February 23, 2004 (2004-02-23)
Written inC
Operating systemLinux, FreeBSD, Mac OS X
TypeMedia player
LicenseGNU General Public License
Websitehttp://www.underbit.com/products/mad/

It consists of libmad, a software library, and madplay, a command-line program for MP3 playback. libmad is notable for using only fixed-point arithmetic[2][3][4] while madplay is notable for its ReplayGain support.

References

  1. ^ "MPEG Players & Encoders". linux-sound.org. Retrieved November 03, 2011. MAD Robert Leslie's GPL'd MPEG audio decoder {{cite web}}: Check date values in: |accessdate= (help)
  2. ^ a b "MAD". Freecode. Retrieved November 03, 2011. MAD is a high-quality MPEG audio decoder capable of 24-bit output. All computations are performed with fixed-point integer arithmetic, making it ideal for systems without a floating-point unit. The implementation is entirely new, based on the ISO/IEC standards. {{cite web}}: Check date values in: |accessdate= (help)
  3. ^ "MPEG source codes". mp3-tech.org. Retrieved November 03, 2011. MAD is an mpeg-1 decoder using only integer computation. {{cite web}}: Check date values in: |accessdate= (help)
  4. ^ "madplay". Ubuntu Manpage Repository. Retrieved November 03, 2011. Among the special features of MAD are 24-bit PCM resolution and 100% fixed-point (integer) computation. {{cite web}}: Check date values in: |accessdate= (help)