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

  1.     mp123, OS/2 port of the fast Mpeg Audo Player mpg123
  2.    ------------------------------------------------------
  3.  
  4. This is the official OS/2 port of mpg123, approved by Michael Hipp,
  5. the author of the mpg123 source. The modifications I made to the
  6. source to make it compile in the OS/2 emx/gcc environment is going
  7. to be included in future releases of the mpg123 source. Please read
  8. the README file to find out more about the source code package this
  9. player is based on.
  10.  
  11. I'm calling this port mp123 instead of mpg123 because there is
  12. already another port of mpg123 floating around and that one is
  13. called mpg123.
  14.  
  15. This version of mp123 is able to play Layer I, II and III MPEG-1.0
  16. MPEG-2.0 and almost IIS MPEG-2.5 audio streams (mp123 plays MPEG-
  17. 2.5 Layer 3 streams but it sounds pretty bad).
  18.  
  19. To be able to incorporate the OS/2 modifications to the common
  20. mpg123 source I had to keep it as UNIX compilant a possible so the
  21. compiler I aimed at was emx/gcc, and as far as I know there is no
  22. DART-compatible multimedia libraries for emx, so please don't ask
  23. me to make it DART-enabled. It is now MMPM/2 playlist based and
  24. that is not bad.
  25.  
  26. This is as far as I know the fastest MPEG Audio player for OS/2
  27. you can find (at least for free). It is even a lot faster than the
  28. other mpg123 port (mpg123v3.zip on hobbes). 
  29.  
  30. It supports wildcards as file-argument and http-url if you want to
  31. stream audio to the player from the web.
  32.  
  33. This package needs the emx runtime libraries so if you don't
  34. already have it, get emxrt.zip from hobbes.nmsu.edu and install it.
  35.  
  36. If your system is slow (486dx2 or worse) you can use the downsample-
  37. switch (-2 or -4) to make mp123 decode only every second or every
  38. fourth sample and play the result as 1/2 or 1/4 of the sampling-
  39. frequency (44100 KHz becomes 22050 or 11025 KHz).
  40. Another switch that saves CPU is the monomix-switch (-m) and that
  41. one makes mp123 mix left and right channel to one mono channel.
  42. Or why not use both ( mp123 -2 -m *.mp* ) to get really low CPU-
  43. utilization.
  44.  
  45. The mpg123 package is copyrighted by Michael Hipp and this OS/2-
  46. port is copyrighted by Niclas Lindström (nil@wineasy.se).
  47.  
  48. Have fun
  49. Regards Niclas
  50.