MPEG Audio Decoder: Difference between revisions

Content deleted Content added
PrinceKael (talk | contribs)
added repo URL + added source for license
Monkbot (talk | contribs)
m top: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
Line 21:
'''MPEG Audio Decoder''' (MAD) is a [[GPL]] [[Library (computer science)|library]] for decoding files that have been encoded with an [[MPEG]] [[audio codec]].<ref name="linux-sound mpeg players encoders">{{cite web | url=http://www.linux-sound.org/mpeg.html | title=MPEG Players & Encoders | publisher=linux-sound.org | accessdate=November 3, 2011 | quote=MAD Robert Leslie's GPL'd MPEG audio decoder}}</ref> It was written by Robert Leslie and produced by Underbit Technologies. It was developed as a new implementation, on the [[ISO/IEC]] standards.<ref name="freecode mad">{{cite web | url=http://freecode.com/projects/libmad | title=MAD | publisher=[[Freecode]] | accessdate=November 3, 2011 | quote=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.}}</ref>
 
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]]<ref name="freecode mad" /><ref name="mp3-tech mpeg source codes">{{cite web | url=http://www.mp3-tech.org/programmer/decoding.html | title=MPEG source codes | publisher=mp3-tech.org | accessdate=November 3, 2011 | quote=MAD is an mpeg-1 decoder using only integer computation.}}</ref><ref name="manpages.ubuntu.com madplay">{{cite web | url=http://manpages.ubuntu.com/manpages/oneiric/man1/madplay.1.html | title=madplay | publisher=Ubuntu Manpage Repository | accessdate=November 3, 2011 | quote=Among the special features of MAD are 24-bit PCM resolution and 100% fixed-point (integer) computation. | deadurlurl-status=yesdead | archiveurl=https://web.archive.org/web/20120404160612/http://manpages.ubuntu.com/manpages/oneiric/man1/madplay.1.html | archivedate=April 4, 2012 | df= }}</ref> while madplay is notable for its [[ReplayGain]] support.
 
==References==