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

  1.  WM DFTtoWAV                              There is more to life than increasing
  2.  ───────────                              its speed.                   - Gandhi
  3.  
  4.  WM DFTtoWAV converts compressed DFT files created by WM WAVtoDFT {WAVtoDFT}
  5.  to playable WAV files. 
  6.  
  7.  Note that there is a MUCH faster 32 bit version running in protected mode 
  8.  {DFT2WAV}. Use WM DFTtoWAV only if you have a 286 (!?!) or if you can not 
  9.  make DFT2WAV run properly for some reason.
  10.  
  11.  IMPORTANT: WM WAVtoDFT and WM DFTtoWAV {DFTtoWAV} run in real mode and use 
  12.             extended memory (XMS) to compress and decompress sound data. You 
  13.             must have HIMEM.SYS or equivalent (see your DOS manual) installed 
  14.             and a sufficiently large, contiguos block of free XMS memory 
  15.             available at runtime for the programs to run.
  16.  
  17.  Unfortunately, the algorithm employed is not suitable for the disk-based
  18.  approach used by most other WAVmaker applications. WM WAVtoDFT and WM DFTtoWAV 
  19.  are slow enough as they are; if they were to work directly with disk files, 
  20.  they would be intolerable. BE PATIENT! Do not worry if they seem to have sent 
  21.  the machine to lunch - they haven't, they are just thinking!
  22.  
  23.  Needless to say, larger sample files require more memory. With 3 MB of free 
  24.  XMS memory, you should be able to handle 3 seconds' worth of sound data at 
  25.  the highest allowed sampling rate (44.1 kHz). Stereo channels are handled
  26.  separately, so that's actually 3 seconds' worth per sound channel. The word 
  27.  size employed in the WAV file makes no difference as far as memory 
  28.  requirements are concerned, but it is reflected by the size of the compressed 
  29.  file.
  30.  
  31.  Usage:    DFTtoWAV <source> [<destination>]
  32.  
  33.            If no <destination> is given, the <source> filename is used. The 
  34.            default extensions are DFT and WAV, respectively. The default 
  35.            directories are DFT\ and WAV\; you can override these choices with 
  36.            the /DFT and /WAV options.
  37.  
  38.  Options:  /DFT <source directory>
  39.            /WAV <destination directory>
  40.            /q   (quiet mode: no screen output)
  41.  
  42.  The following title:value pairs are written to WAVmaker's public Function key
  43.  file {FnKeys} upon successful termination:
  44.  
  45.                              File #1      : <source>
  46.                              File #2      : <destination>
  47.                              DFT file     : <source>
  48.                              WAV file     : <destination>
  49.