home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / audio / set-vol.1.1.README < prev    next >
Encoding:
Text File  |  1998-02-09  |  1.1 KB  |  31 lines

  1.  
  2. Displays and sets the mute status and volume on a NeXT.
  3.  
  4.   Version: 1.1
  5.   Christopher J. Kane (kane@cs.purdue.edu)
  6.   Released into the public domain, October 19, 1992
  7.  
  8. 11 Jan 1998:
  9.     I believe Christoper is now Chris Kane <Chris_Kane@next.com>.
  10.     
  11.     He has nothing to do with this compilation.  I just found the
  12.     source code, compiled it, and thought it might come in handy.
  13.     
  14.     Usage is simple (see below).
  15.     
  16.     Tested under NeXT and Intel.  Compiled quadfat.
  17.  
  18.  
  19. Usage: set-vol [-s] [-m | -M] [-l <left_vol>] [-r <right_vol>] [-v <vol>]
  20.         Displays and optionally sets the mute and volume settings.
  21.         Options: (in any order)
  22.           -s  silent mode; settings are not displayed
  23.           -m  unmute external speakers
  24.           -M  mute external speakers
  25.           -l  set volume of left speaker
  26.           -r  set volume of right speaker
  27.           -v  set both speakers; shorthand for '-l <vol> -r <vol>'
  28.         If both -m and -M are specified, the rightmost of them has effect.
  29.         The parameters <left_vol>, <right_vol>, and <vol> should be
  30.         integers in the range 0 (minimum volume) to 43 (maximum volume).
  31.