home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / MULTIMED / WAMP_B2A / history.txt < prev    next >
Text File  |  1997-07-24  |  3KB  |  55 lines

  1.                   WarpAmp version history (c) SDG 1997
  2.                   ------------------------------------
  3. Version  Changes
  4. -------  ----------------------------------------------------------------------
  5.  ß2a     * Memory leaks fixed.
  6.          * New volume bar.
  7.  
  8.  ß2      * A PM gui with drag'n drop and playlist support. Priority can
  9.            be adjusted on the fly.
  10.          * Only one command line switch left in, "-downmix", which bring
  11.            cpu load down by only producing mono sound output. You can
  12.            still specify a filename at the command line though.
  13.  
  14.  ß1d     * Fixed the "Missing parameter for option ..." text that popped
  15.            up when using -priority.
  16.          * Fixed the SYS3175 when the mixer device couldn't be opened
  17.            (for example when you start a second copy of WarpAMP).
  18.          * The valid range of buffers for the -b option changed to
  19.            [4..92].
  20.  
  21.  ß1c     * It has been optimized for the Intel Pentium CPU (which also
  22.            works great with the AMD K6) and it should use significantly
  23.            less CPU on systems based on those CPU's (about 20% less CPU
  24.            load can be expected). Portions of the code is now inlined,
  25.            hand written, assembler, Those of you using Cyrix CPU seems
  26.            to be out of luck in this version, the people that have
  27.            tested this version on a Cyrix CPU has reported no
  28.            significant changes in CPU load.
  29.          * There is a new -priority option that lets you specify which
  30.            priority the player should execute at.
  31.  
  32.              The range is [1..4], where: 1 = idle time
  33.                                          2 = normal
  34.                                          3 = foreground server
  35.                                          4 = timing critical
  36.  
  37.              WarpAMP uses "-priority 3" by default.
  38.  
  39.          * There is no longer an "AMP_NPB.EXE" version, use the
  40.            -priority option instead.
  41.  
  42.  ß1a     * There's a -b option that lets you specify the number of 60 kB
  43.            buffers WarpAMP uses. You can specify anything between 8 and
  44.            500 buffers.
  45.          * Changed some of the compiling options, ß1a should be slightly
  46.            faster than ß1 (at least it is on our systems).
  47.  
  48.          * There's also an executable called AMP_NPB.EXE which is
  49.            basically the same as AMP.EXE, but it doesn't have the
  50.            priority boost feature that AMP.EXE has. Those of you who
  51.            have had problems with AMP hogging the system could try
  52.            AMP_NPB.EXE.
  53.  
  54.  ß1      * Initial release
  55.