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

  1.  WM LowPass
  2.  ──────────
  3.  
  4.  WM LowPass does just what its name implies: given a WAV, it performs low pass
  5.  filtering on it, damping high frequencies. It can also amplify the end 
  6.  result (without precision losses) in order to compensate for the signal power 
  7.  being filtered out (/a <amplification> option).
  8.  
  9.  For those in the know, the algorithm employed is the standard one-pole
  10.  filter. 
  11.  
  12.  Usage:    LowPass <source> <destination> <HHF>
  13.  
  14.            The default directory is Temp\. The default extension is WAV. The 
  15.            source file may NOT be overwritten; you must specify different 
  16.            filenames and/or extensions.
  17.  
  18.            HHF is short for Half Height Frequency, i.e. the frequency (in Hz)
  19.            at which the amplitude factor will have fallen to 0.5 (from 1 at 0
  20.            Hz). Audio buffs will recognize this as the 3 dB point.
  21.  
  22.  Options: /l (affect left channel only)
  23.           /r (affect right channel only)
  24.           /a <amplification>
  25.           /w <start>:<end> (effect window times, in milliseconds)
  26.           /q (quiet mode: no screen output)
  27.  
  28.  The following title:value pairs are written to WAVmaker's public Function key
  29.  file {FnKeys} upon successful termination:
  30.  
  31.                              File #1      : <source>
  32.                              File #2      : <destination>
  33.                              Parameter #1 : <HHF>
  34.  
  35.  If the /w (effect window) option is used, the following pairs are also 
  36.  written:
  37.  
  38.                              Start time   : <start>
  39.                              End time     : <end>
  40.