home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / MULTIMED / MP123V05 / readme.os2 < prev   
Text File  |  1997-07-11  |  3KB  |  60 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. Please read the README file to
  6. find out more about the source code package this player is based on.
  7.  
  8. I'm calling this port mp123 instead of mpg123 because there is
  9. already another port of mpg123 floating around and that one is
  10. called mpg123.
  11.  
  12. This version of mp123 is able to play Layer I, II and III MPEG-1.0
  13. MPEG-2.0 and almost IIS MPEG-2.5 audio streams (mp123 plays MPEG-
  14. 2.5 Layer 3 streams but it sounds pretty bad).
  15.  
  16. This is as far as I know the fastest MPEG Audio player for OS/2
  17. you can find (at least for free). It is even a lot faster than the
  18. other mpg123 port (mpg123v3.zip on hobbes). 
  19.  
  20. It supports wildcards as file-argument and http-url if you want to
  21. stream audio to the player from the web. You can even let it read
  22. one of those famous .m3u-files (mpeg3url) as a playlist (-@ http-
  23. url) and it will then stream the .mp3 files in that mpeg3url.
  24.  
  25. I made a small command-file (mp123url.cmd) that executes mp123.exe
  26. with the argument as a playlist. That makes it possible to use it
  27. as a helper-application in Netscape for .m3u url's...:
  28.  
  29. - Select Options->General preferences...
  30. - Go to the "Helpers"-tab
  31. - Press the "Create new type..."-button (if you don't already have
  32.   the "audio/x-mpegurl" in the File Type list)
  33.   - Enter "audio" in the Mime Type field
  34.   - Enter "x-mpegurl" in the Mime SubType field and press OK
  35. - Enter "m3u" in the File Extention field
  36. - Select the "Launch the Application" radio button
  37. - Press the Browse-button and select the mp123url.cmd file
  38. - OK, you are ready to play...
  39.  
  40. If your system is slow (486dx2 or worse) you can use the downsample-
  41. switch (-2 or -4) to make mp123 decode only every second or every
  42. fourth sample and play the result as 1/2 or 1/4 of the sampling-
  43. frequency (44100 KHz becomes 22050 or 11025 KHz).
  44. Another switch that saves CPU is the monomix-switch (-m) and that
  45. one makes mp123 mix left and right channel to one mono channel.
  46. Or why not use both ( mp123 -2 -m *.mp* ) to get really low CPU-
  47. utilization.
  48.  
  49. This package needs the emx runtime libraries so if you don't
  50. already have it, get emxrt.zip from hobbes.nmsu.edu and install it.
  51.  
  52. The mpg123 package is copyrighted by Michael Hipp and this OS/2-
  53. port is copyrighted by Niclas Lindström (nil@wineasy.se).
  54.  
  55. You can allways get the latest compile from:
  56. http://www.users.wineasy.se/nil/mpg123/
  57.  
  58. Have fun
  59. Regards Niclas
  60.