OS4 DepotLogo by Browallia 
(anonymous IP: 3.128.198.21,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Audio » libmad.lha

libmad

Description: MAD: MPEG Audio Decoder
Download: libmad.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 297kb
Version: 0.15.1b
Date: 21 Dec 2017
Author: See CREDITS file
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://www.underbit.com/products/mad/
Category: development/library/audio
Replaces: development/library/audio/libmad.lha
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 10421
 
Comments: 2
Snapshots: 0
Videos: 0
Downloads: 215  (Current version)
685  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
SDK installation:

copy libmad-0.15.1b/SDK/#? ALL SDK:
cd SDK:local/newlib/lib
makelink SOFT libmad.so libmad.so.0.2.1
makelink SOFT libmad.so.0 libmad.so.0.2.1

User installation:

copy libmad-0.15.1b/SDK/local/newlib/lib/libmad.so.0.2.1 SOBJS:

What is MAD?

MAD (libmad) is a high-quality MPEG audio decoder. It currently supports
MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as
the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
and Layer III a.k.a. 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 currently support AAC.

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)

Because MAD provides full 24-bit PCM output, applications using MAD are
able to produce high quality audio. Even when the output device supports
only 16-bit PCM, applications can use the extra resolution to increase the
audible dynamic range through the use of dithering or noise shaping.

Because MAD uses integer computation rather than floating point, it is
well suited for architectures without a floating point unit. All
calculations are performed with a 32-bit fixed-point integer
representation.

Because MAD is a new implementation of the ISO/IEC standards, it is
unencumbered by the errors of other implementations. MAD is NOT a
derivation of the ISO reference source or any other code. Considerable
effort has been expended to ensure a correct implementation, even in cases
where the standards are ambiguous or misleading.

Because MAD is distributed under the terms of the GPL, its redistribution
is not generally restricted, so long as the terms of the GPL are followed.
This means MAD can be incorporated into other software as long as that
software is also distributed under the GPL. (Should this be undesirable,
alternate arrangements may be possible by contacting Underbit.)



Copyright © 2004-2024 by Björn Hagström All Rights Reserved