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

  1.  WM Echo
  2.  ───────
  3.  
  4.  WM Echo does just what its name implies: given a WAV, it adds echo(es) to it.
  5.  
  6.  Usage:   Echo <source> <destination> <feedback> <delay time>
  7.  
  8.           The default directory is Temp\. The default extension is WAV. The 
  9.           source file may NOT be overwritten; you must specify different 
  10.           filenames and/or extensions.
  11.  
  12.           <feedback> is a real parameter with absolute value < 1, controlling
  13.           the echo level. A larger value yields more (and louder) echoes. 
  14.           Negative feedback values cause echoes to be phase inverted relative 
  15.           to the original signal. Setting <feedback> to zero yields no echoes 
  16.           at all.
  17.  
  18.           The delay time (the time between echoes) is given in milliseconds.
  19.  
  20.  Options: /l (affect left sound channel only - ignored if file is mono)
  21.           /r (affect right sound channel only - ignored if file is mono)
  22.           /w <start>:<end> (effect window times, in milliseconds)
  23.           /q (quiet mode: no screen output)
  24.  
  25.  Note:    The destination file size is always equal to the source file size. 
  26.           In order to avoid abrupt clipping of the echo effect, use WM Extend 
  27.           {Extend} to add a suitable silent section to the source before using 
  28.           WM Echo.
  29.  
  30.  The following title:value pairs are written to WAVmaker's public Function key
  31.  file {FnKeys} upon successful termination:
  32.  
  33.                              File #1      : <source>
  34.                              File #2      : <destination>
  35.                              Parameter #1 : <feedback>
  36.                              Parameter #2 : <delay time>
  37.  
  38.  If the /w (effect window) option is used, the following pairs are also 
  39.  written:
  40.  
  41.                              Start time : <start>
  42.                              End time   : <end>
  43.