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

  1.  WM LSTtoWAV
  2.  ───────────
  3.  
  4.  WM LSTtoWAV reads a LST (WM playlist) file {MIDtoLST 33} and creates a WAV 
  5.  (digital audio) file ready for playback on virtually any sound card {WMWAV}. 
  6.  The default format is CD quality (16 bit stereo, 44.1 kHz), but you can use 
  7.  the options /mono, /8b, /22k or /11k to override this choice (useful if file 
  8.  size or compatibility with older playback hardware are more important than 
  9.  sound quality). 
  10.  
  11.  There is one option which may require some explanation: /n <antialiasing>.
  12.  When sampled sounds are pitch-shifted, it is necessary to pass them through
  13.  an anti-aliasing filter in order to prevent distortion. The wider the filter
  14.  window, the better. The <antialiasing> parameter controls this width. The
  15.  deafault setting is 4. If you think that WM LSTtoWAV is taking too long to
  16.  do its pitch shifting (this is done when a new Note Block is entered; see
  17.  {MIDtoLST 33}) you may try a lower setting, (3-1) but do not be surprised if
  18.  the result sounds bad!
  19.  
  20.  Usage:   LSTtoWAV <source> [<destination>]
  21.  
  22.           If no <destination> is given, the <source> filename is used. The 
  23.           default extensions are LST and WAV, respectively. The default 
  24.           directories are LST\ and Song\; you can override these choices 
  25.           with the /LST and /Song options. The default directory for the WAV 
  26.           samples employed is WAV\; you can override this choice with the 
  27.           /WAV option.
  28.  
  29.  Options: /mono (create single-channel WAV file)
  30.           /8b   (create 8-bit WAV file)
  31.           /11k  (create 11025 Hz file)
  32.           /22k  (create 22050 Hz file)
  33.           /a    <amplitude factor>
  34.           /n    <antialiasing [1-4]>
  35.           /MID  <alternate MID source directory>
  36.           /Song <alternate song destination directory>
  37.           /WAV  <alternate WAV sample directory>
  38.           /q    (quiet mode: no screen output)
  39.  
  40.  The following title:value pairs are written to WAVmaker's public Function key
  41.  file {FnKeys} upon successful termination:
  42.  
  43.                              File #1      : <source>
  44.                              File #2      : <destination>
  45.