home *** CD-ROM | disk | FTP | other *** search
- WM WAVmix
- ─────────
-
- WM WAVmix is a simple mixer for WAV files. Input files need not have the same
- word size, number of sound channels or sampling frequency. The output format
- can be controlled with the /mono, /8b (8 bit words), /11k (11025 Hz) and /22k
- (22050 Hz); default is stereo, 16 bits, 44100 Hz.
-
- As a special case, you may want to "mix" single WAV files in order to perform
- format conversions.
-
- Usage: WAVmix <source #1> [<source #2> ...] <destination>
-
- The default directory is Temp\. The default extension is WAV.
- Source files may NOT be overwritten.
-
- Options: /mono (create single-channel WAV)
- /8b (create 8-bit WAV file)
- /11k (create 11025 Hz WAV file)
- /22k (create 22050 Hz WAV file)
- /q (quiet mode: no screen output)
- /a <factor L>[:<factor R>] (see below)
-
- The /a option must be specified AFTER the <source #x> filename to
- which it applies. It causes the left[:right] channel of the file
- in question to be amplified by the specified real factor. If the
- file is monophonic, <factor R> will be ignored.
-
- The following title:value pairs are written to WAVmaker's public Function key
- file {FnKeys} upon successful termination:
-
- File #1 : <source #1>
- File #2 : <destination>
-