| MAD is an MPEG audio decoder which does not use floating-point. Instead, all computations are performed with fixed-point integer arithmetic, making it ideal for systems which do not have a floating-point unit. The implementation is entirely new, based on the ISO/IEC 11172-3 and ISO/IEC 13818-3 standards. The code consists of a library (libmad) and a simple front-end (madplay). |