home *** CD-ROM | disk | FTP | other *** search
- SND2WAV is Copyright (C) Jesus Villena, 1994.
-
- The author can be reached at Universidad Politecnica de Valencia, Facultad
- de Informatica, Valencia, Spain; his Internet address is jvillena@dsic.upv.es.
-
- SND2WAV converts headerless, raw audio data files to Windows WAV format.
- This function is not included in the Convert utility by the same author,
- since Convert is intended to operate automatically, using header info from
- the input file to obtain its format.
-
- Usage: SND2WAV <filename>
-
- Standard DOS wildcards are accepted.
-
- Options: -i | -m (Intel or Motorola mode)
- -8 | -16 (8 or 16 bit data)
- -s | -u (signed or unsigned data)
- -1 | -2 (number of sound channels)
- -f#n (sample rate in Hz)
- -b#n (start byte)
- -l#n (sample size in bytes)
-
- Defaults are -i, -8, -u, -1, -f44100, -b0.
-