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