home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / snd2wav.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  926 b   |  24 lines

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