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

  1.  WM Extend
  2.  ─────────
  3.  
  4.  WM Extend inserts silent sections into WAV files. It is particularly
  5.  useful for extending the trailing silence at the end of a WAV before 
  6.  applying WM Echo {Echo} and/or WM Reverb {Reverb} (hence the name).
  7.  This allows a natural decay rather than a sudden clipping.
  8.  
  9.  Usage:   Extend <source> <destination> <start time>:<duration>
  10.  
  11.           The default directory is Temp\. The default extension is WAV. The 
  12.           source file may NOT be overwritten; you must specify different 
  13.           filenames and/or extensions.
  14.  
  15.           <start time> and <duration> are given in milliseconds. Letting 
  16.           <start> take on the special "value" END (as in END:1000) puts the 
  17.           silent section at the exact end of the original sound data.
  18.  
  19.  Options: /q (quiet mode: no screen output)
  20.  
  21.  The following title:value pairs are written to WAVmaker's public Function key
  22.  file {FnKeys} upon successful termination:
  23.  
  24.                              File #1    : <source>
  25.                              File #2    : <destination>
  26.                              Start time : <start>
  27.                              End time   : <end>
  28.