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

  1.  WM Gate
  2.  ───────
  3.  
  4.  WM Gate silences sections of a WAV falling below a given amplitude threshold.
  5.  Abrupt clipping is avoided by allowing non-zero attack (fade in) and release 
  6.  (fade out) times.
  7.  
  8.  Great for removing background noise in low/silent sections!
  9.  
  10.  Usage:    Gate <source> <destination> <threshold> 
  11.                 <attack time>[:<release time>]
  12.  
  13.            The default directory is Temp\. The default extension is WAV. The 
  14.            source file may NOT be overwritten; you must specify different 
  15.            filenames and/or extensions.
  16.  
  17.            The threshold value is expressed in parts of 32768, with 32768
  18.            denoting max amplitude (i.e. suppress EVERYTHING), regardless of
  19.            actual word size (8 or 16 bits). Attack and release times are 
  20.            expressed in milliseconds.
  21.  
  22.  Options: /l               (affect left channel only)
  23.           /r               (affect right channel only)
  24.           /w <start>:<end> (effect window times, in milliseconds)
  25.           /q               (quiet mode: no screen output)
  26.  
  27.  The following title:value pairs are written to WAVmaker's public Function key
  28.  file {FnKeys} upon successful termination:
  29.  
  30.                              File #1      : <source>
  31.                              File #2      : <destination>
  32.                              Parameter #1 : <threshold>
  33.                              Parameter #2 : <attack time>
  34.                              Parameter #3 : <release time>
  35.  
  36.  If the /w (effect window) option is used, the following pairs are also 
  37.  written:
  38.  
  39.                              Start time   : <start>
  40.                              End time     : <end>
  41.