home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / DOOMTOOL.ZIP / SND.DOC < prev    next >
Encoding:
Text File  |  1994-03-17  |  702 b   |  16 lines

  1. This is just a quick hack I wrote to make a PWAD file from a sound file.
  2. The input soundfile can be anything, but it will have the first 24 bytes or
  3. so chopped off because I originally wrote this to use wav files for input.
  4. If an output PWAD is not specified, the output filename will have the base
  5. soundfile name, but with the extension .WAD.  The output file will be
  6. overwritten if it already exists, otherwise a new file will be created.
  7.  
  8. I wrote this using Dos Edit, demacs, and Borlad C++ 4, but the program is 
  9. compiled with Turbo C++ 3 because I didn't want the 20k of extra stuff BC4
  10. throws in.
  11.  
  12. Written, coded, and compiled on 3/17/94 by:
  13. James Dooley
  14. jdooley@ugcs.caltech.edu
  15.  
  16.