home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / BARN3D2A.ZIP / DMAUD.DOC < prev    next >
Text File  |  1994-01-24  |  2KB  |  65 lines

  1. DOOM Audio Editor - version 1.0 January 1994
  2.  
  3. SUMMARY:
  4.  
  5.     DMAUD sound_number [-s sound_file] [-e sound_file] [-l] [-q] [-x]
  6.  
  7.     sound_number: 1-49 (1-61), select and play sound from DOOM WAD
  8.     -s          : Store sound_file into DOOM WAD at position sound_number
  9.           Input files can be any sound format; they will automatically
  10.           be converted to 11025 samples/sec
  11.     -e          : Extract sound from DOOM WAD at position sound_number
  12.           and store into sound_file in .WAV format.  Will not
  13.           overwrite existing file
  14.     -l          : List samples
  15.     -q          : Quiet; no SoundBlaster output
  16.     -x          : Allow length of sound in WAD to expand beyond current length
  17.  
  18.  
  19. DESCRIPTION:
  20.  
  21.     DMAUD will store sounds into or extract sounds from DOOM WAD files.
  22.     In addition, DMAUD will play the sound if a SoundBlaster compatible
  23.     sound card is present.
  24.  
  25.     Please be sure to make a backup copy of the original DOOM WAD file.
  26.  
  27.     Input files can be any format (.AU, .VOC, .WAV, .SND, etc) and
  28.     any sample rate; they will be converted as necessary.
  29.  
  30.     Some examples:
  31.  
  32.     Play sound #1:
  33.  
  34.         DMAUD 1
  35.  
  36.  
  37.     Replace sound #1:
  38.  
  39.         DMAUD 1 -s foo.wav
  40.  
  41.  
  42.     Replace sound #1, and allow sound length to increase beyond current
  43.     sound length:
  44.  
  45.         DMAUD 1 -s foo.wav -x
  46.  
  47.     NOTE: Using the '-x' option can increase the size of the WAD.
  48.  
  49.  
  50.     Extract sound #1:
  51.  
  52.         DMAUD 1 -e foo.raw
  53.  
  54.  
  55.     Replace sound quietly:
  56.  
  57.         DMAUD 1 -s foo.wav -q
  58.  
  59.  
  60.  
  61. COMMENTS/SUGGESTIONS:
  62.     
  63.     Bill Neisius
  64.     bill@solaria.hac.com
  65.