DESCR 1.1 KB

12345678910111213141516171819202122232425262728
  1. 'madplay' is a command-line MPEG audio decoder and player based on the
  2. MAD library (libmad). After decoding, 'madplay' sends the output to an
  3. audio output module. The following audio output modules are provided:
  4. - Sun audio
  5. - CD audio (*.cdr, *.cda)
  6. - Audio IFF (*.aif, *.aiff)
  7. - Microsoft RIFF/WAVE file (*.wav)
  8. - Sun/NeXT audio file (*.au, *.snd)
  9. - raw PCM
  10. - hex (for debugging and compliance testing)
  11. - null (for timing the decoder)
  12. 'madplay' will also read and display ID3 tag information, and further
  13. supports the relative volume adjustment information (RVA2) in such tags,
  14. as written by tools like 'normalize'.
  15. MAD produces output samples with a precision greater than 24 bits. Because
  16. most output formats use fewer bits, typically 16, 'madplay' implements a
  17. dithering algorithm when truncating samples for output. This produces high
  18. quality audio that generally sounds superior to the output of a simple
  19. rounding algorithm. However, dithering may unfavorably affect an analytic
  20. examination of the output (such as compliance testing), and therefore it
  21. may optionally be disabled at runtime.
  22. Available flavors:
  23. esd - additional EsounD interface module