home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / wavmix.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  1.4 KB  |  34 lines

  1.  WM WAVmix
  2.  ─────────
  3.  
  4.  WM WAVmix is a simple mixer for WAV files. Input files need not have the same
  5.  word size, number of sound channels or sampling frequency. The output format
  6.  can be controlled with the /mono, /8b (8 bit words), /11k (11025 Hz) and /22k
  7.  (22050 Hz); default is stereo, 16 bits, 44100 Hz.
  8.  
  9.  As a special case, you may want to "mix" single WAV files in order to perform
  10.  format conversions.
  11.  
  12.  Usage:    WAVmix <source #1> [<source #2> ...] <destination>
  13.  
  14.            The default directory is Temp\. The default extension is WAV. 
  15.            Source files may NOT be overwritten.
  16.  
  17.  Options:  /mono (create single-channel WAV)
  18.            /8b   (create 8-bit WAV file)
  19.            /11k  (create 11025 Hz WAV file)
  20.            /22k  (create 22050 Hz WAV file)
  21.            /q    (quiet mode: no screen output)
  22.            /a <factor L>[:<factor R>] (see below)
  23.  
  24.            The /a option must be specified AFTER the <source #x> filename to 
  25.            which it applies. It causes the left[:right] channel of the file 
  26.            in question to be amplified by the specified real factor. If the
  27.            file is monophonic, <factor R> will be ignored.
  28.  
  29.  The following title:value pairs are written to WAVmaker's public Function key
  30.  file {FnKeys} upon successful termination:
  31.  
  32.                              File #1      : <source #1>
  33.                              File #2      : <destination>
  34.