home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / mpv059h.zip / README < prev    next >
Text File  |  1997-05-06  |  6KB  |  133 lines

  1. **********************************************************************
  2. * MPEG 1.0/2.0 _AUDIO_ PLAYER, V0.59h                                * 
  3. *                                                                    *
  4. * (full?) MPEG 1.0/2.0, Layer 1,2 and 3 support                      *
  5. * Layer-3 realtime only with a 'fast' machine                        *
  6. * Since April 97, 128kbit j-stereo should work on a 486DX4-100.      *
  7. * With 2:1 down-sampling or using the downmix-mode even a 486DX2-66  *
  8. * should play such a stream in realtime!                             *
  9. *                                                                    *
  10. * I still claim to have the fastest MPEG Audio Player for UNIX ;)    *
  11. **********************************************************************
  12.  
  13. Please read first the important information in the COPYING file.
  14.  
  15. written/modfied by:
  16.    Michael Hipp (email: Michael.Hipp@student.uni-tuebingen.de)
  17.    Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
  18.     (several enhancements, man pages, Makefile, FreeBSD port, License, etc.)
  19.  
  20. Uses code (or at least ideas) from:
  21.   MPEG Software Simulation Group (Base package)
  22.   Tobias Bading (subband synthesis)
  23.   Jeff Tsay and Mikko Tommila (DCT36)
  24.   Philipp Knirsch (DCT36/manual unroll)
  25.   Thomas Woerner (SGI Audio)
  26.   Damien Clermonte (HP-UX audio fixes)
  27.   Niclas Lindström (OS/2 port)
  28.  
  29. current original distribution site is:
  30.   http://www.sfs.nphil.uni-tuebingen.de/~hipp/mpg123.html
  31.  
  32. here's Oliver Fromme's mpg123 page:
  33.   http://www.heim3.tu-clausthal.de/~olli/mpg123/
  34.   (includes information about the mpg123 mailing list)
  35.  
  36. and you can get the latest release from here:
  37.   ftp.tu-clausthal.de:/pub/unix/audio/mpg123
  38.   http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
  39.  
  40. ------------------------------------------------------------------------
  41.  
  42. V0.59g plays a layer3,112Kbit/s,J-Stereo stream on my AMD 5x86/133Mhz
  43. with about 66% CPU load. (on the console, NO X11)
  44. If your machine isn't fast enough you may try the downsampling
  45. feature (--2to1 and --4to1 options)
  46. Playing in '--singlemix' (stero reduced to mono) also saves some
  47. CPU cycles, though the whole code is optimized for 'full' stereo playing. 
  48.  
  49. 'Benchmarks': (+/- 2%)
  50. ----------------------
  51. (AMD 5x86/133MHZ,ASUS SP3G,256KB cache,DIRTY-TAG installed,(BusLogic SCSI))
  52. (Layer3, 112Kbit/s, Joint-Stereo stream (partially MS stereo, no I-stereo))
  53. (Compiled with: -DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486
  54.    -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math)
  55.  
  56.   full quality:     (stero)     66% (-> should work on 486DX4-100)
  57.                     (singlemix) 38% (-> should work on 486DX2-66)
  58.   2:1 downsampling: (stereo)    48%
  59.                     (singlemix) 30% (-> should work on 486DX-50)
  60.  
  61. ---------------------------------------------------------------------
  62. Description:
  63.  
  64. This isn't a new player. It's a near fully rewritten version based on the
  65. mpegaudio (FHG-version) package. The DCT algorithm in the
  66. synthesis filter is a rewritten version of the DCT first seen in the maplay
  67. package, which was written by Tobias Bading (bading@cs.tu-berlin.de). The 
  68. rewrite was neccassary, because the GPL may not allow this copyright mix.
  69. The mpegaudio package was written by various people from the MPEG/audio
  70. software simulation group. The maplay is under GPL .. You can find the
  71. original source code and the mpegaudio package on: ftp.tnt.uni-hannover.de.
  72.  
  73. You will find code from the mpegaudio package in:
  74.    layer3.c
  75.    common.c
  76.    mpg123.h
  77.    mpg123.c
  78. I also often used the same variable names in the rewritten parts.
  79.  
  80. In the current layer3.c I'm using a DCT36 from Jeff Tsay's 
  81. (ctsay@pasteur.eecs.berkeley.edu) maplay 1.2+ package. His code is
  82. under GPL .. I also tried the enhancement from Mikko Tommila. His
  83. code is also in layer3.c (but it's disabled at the moment, because
  84. it was slightly slower than the unrolled 9 point DCT on MY system)
  85. Theoretically it should be faster. You may try it on your system.
  86.  
  87. The output is always 'two channel interleaved'. If the input is a
  88. a mono-stream or single-channel is enabled, the player duplicates
  89. the channel. Currently, only (very simple) audiosupport for
  90. Linux,HP7xx,SGI,SunOS/Solaris and FreeBSD systems.
  91. I have tested the program with a lot of teststreams, but it's very 
  92. likely, that there are still a few bugs.
  93.  
  94. have fun,
  95.            Mike
  96.  
  97. ----------------------------------------------------------------------------
  98.  
  99. Just for info:
  100.     I'm also working on a DSP port for this package.
  101.     A first testversion of the layer-2 part is finished and seems
  102.     to work in realtime with my 20MHZ ADSP-2115 
  103.  
  104. ----------------------------------------------------------------------------
  105.  
  106. Copyrights (c) 1995,1996,1997 of all changes/modifications and
  107. of the new code by Michael Hipp. All rights reserved.
  108. Copyrights (c) 1997 of several enhancements by Oliver Fromme.
  109. See the packages 'maplay 1.2(+)' and 'mpegaudio' for their copy-policies.
  110.  
  111. known bugs:
  112.   layer 3 i-stereo not heavily tested
  113.    btw: I'm looking for i-stereo teststreams .. maybe you could send me a few
  114.   Layer 1 not heavily tested
  115.   no CRC checking ..
  116.   no 'free format streams'
  117.   no clean audio interface
  118.   MPEG 2.0, Layer1 and Layer2 not tested (and probably will not work)
  119.   MPEG 2.0, Layer3 not heavily tested .. may has bugs.
  120.  
  121.  
  122. ******************************************************************************
  123. *
  124. * This is software with ABSOLUTELY NO WARRANTY.
  125. * Use it at your OWN RISK. It's possible to damage e.g. hardware or your hearing
  126. * due to a bug or for other reasons. 
  127. *
  128. * I do not warrant that the program is free of infringement of any third-party
  129. * patents.
  130. *
  131. ******************************************************************************
  132.  
  133.