MPEG Audio Decoder: Difference between revisions

Content deleted Content added
linked fixed-point
STBot (talk | contribs)
m clean up using AWB
Line 1:
'''MPEG Audio Decoder''' (MAD) is a [[GPL]] [[Library (computer science)|library]] to decode files that have been encoded with an [[MPEG]] [[Audio codec|audio codec]], produced by Underbit Technologies.
 
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]]. madplay is notable for its [[Replay Gain]] support.
Line 6:
*[http://www.underbit.com/products/mad/ MAD's home page]
*[http://sourceforge.net/projects/mad/ MAD's SourceForge page]
 
 
{{compu-lang-stub}}