home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Mp3playr / MP3Player.txt next >
Text File  |  1998-03-30  |  4KB  |  99 lines

  1. Well, here's another MP3 player. It's pretty good with CPU resources,
  2. on my test platform it uses a maximum of 19% CPU time to decode a 44kHz
  3. 128kbit/s MP3 file. See more on my test computer at the end of this
  4. file.
  5.  
  6. It's also pretty basic. Open a file, play, stop, pause. In addition you
  7. can fast forward and reverse. Some more advanced features are full real 
  8. time track position control (just drag the slider) and volume control.
  9.  
  10. The whole thing lives in the task bar tray. Left click on it to pop up 
  11. the Player window, right click on it to view the PlayList window.
  12.  
  13. You can set some options in the System menu. For those who do not know
  14. what that is, just click on the little world icon at the top left. You
  15. can set the player AlwaysOnTop and turn the helpful hints on and off.
  16.  
  17. There are some more options too. Select the Options option (?) from
  18. the tray popup menu. You can select from the following:
  19.  Repeat track / PlayList    Loop track or PlayList indefinetly.
  20.  Start last PlayList on run    Automatically start last PlayList.
  21.  Show Player on run        Show player window on startup.
  22. You can also view this window by RIGHT clicking on the eject button.
  23.  
  24. You can make Play Lists by finding the file(s) you want and moving them
  25. into the Play List. Right click on the list to Load, Save, or Clear the
  26. list. Right click on the files list to Rename, edit the file's ID3 info,
  27. or Delete a file.
  28. You can move the files in the PlayList using Drag-n-Drop. Just pick up
  29. the file and drop it into the place where you want it.
  30.  
  31. To use the PlayList, RIGHT click on the Play button in the main window.
  32. If you RIGHT click on the reverse or fast forward buttons you can skip
  33. through the list.
  34.  
  35. An interesting feature (I hope) is the DDE interface. Just tell the
  36. player what file to play. You'll need this info:
  37. Name:    MP3Player 
  38. Topic:    DdeTopic 
  39. Item:    DdeItem
  40. Data:    Path and Filename of a MP3 file.
  41.  
  42. For example, from the popular IRC client mIRC you could type:
  43. /dde MP3Player DdeTopic DdeItem c:\mp3files\ohwhatfun.mp3
  44. Note: the captial letters in the name, topic, and item names are
  45. important!
  46.  
  47. If you have any questions or suggestions for new features, please email
  48. me at pbeuger@en.com or visit http://www.wavget.com/mp3player.html
  49.  
  50. ------------------------------------------------------------------------
  51. "The Xaudio MPEG Audio decoding library is a product of MpegTV, LLC. It
  52. can only be used bundled with this software, and cannot be redistributed
  53. without MpegTV's agreement. Also, this verion of the library cannot be
  54. used for commercial purposes. Please referer to http://www.xaudio.com 
  55. for more details, or contact MpegTV by email, xaudio@mpegtv.com"
  56. ------------------------------------------------------------------------
  57. Revision history:
  58.  
  59. Version 0.43
  60. * Added the options window.
  61. * Added ID3 TAG reading and writing.
  62. * Added checking for a copy of the Player alreay running.
  63.  
  64. Version 0.42 (3/27/98)
  65. * As you can see I work on this every day!
  66. * Moved the About option from the player's system menu to the tray popup 
  67.   menu.
  68. * Added some color to the buttons. The active state is now indicated by
  69.   a red button. This works for the Stop, Play, and Pause buttons. In
  70.   addition, the Play button will be yellow if your playing a PlayList.
  71. * When you are playing a PlayList, the reverse and fastforward buttons
  72.   now change to previous and next song controls.
  73. * Added the viewing of this help file to the tray popup menu.
  74.  
  75. Version 0.41 (3/26/98)
  76. * Fixed a problem with the PlayList not clearing correctly.
  77. * The PlayList now stops if you manually play a file while the list is 
  78.   active.
  79. * Removed the File Open dialog and replaced it with the PlayList window.
  80.   It's much easier to navigate and you can play multiple files in a row.
  81. * Change the File Open button to an 'eject' button.
  82. * Removed the PlayList option from the system menu since it's now accessed
  83.   through the eject button.
  84. * Changed 'Close' to 'Hide' in the system menus and 'Close' to 'Exit' in
  85.   the tray icon popup menu.
  86.  
  87. Version 0.4 (3/25/98)
  88. * Earlier versions had a totally different look. Version 0.4 is a whole
  89.   new stab at it.
  90.  
  91. ------------------------------------------------------------------------
  92. Test computer(s)    CPU resources
  93.  
  94. P100 48MB WinNT        17% to 19% (44kHz 128kbit/s)
  95. P200 32MB Win95         5% to 13% (44kHz 128kbit/s)
  96.  
  97. Please let me know how it looks on your computer.
  98.  
  99.