home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / wvany10.zip / WAVANY.DOC < prev    next >
Text File  |  1994-10-06  |  1KB  |  50 lines

  1. WAV any file - version 1.0 Oct 1994
  2.  
  3. SUMMARY:
  4.         
  5.         WAVany input_file output_file [-r speed][-s][-u][-v][-8][-m][-a]
  6.  
  7.         input_file:    Sound file input (required)
  8.         output_file:   WAV file output (required)
  9.         -r:    set output rate (samples/sec)
  10.         -s:    sample is signed
  11.         -u:    sample is U_LAW
  12.         -v:    verbose output
  13.         -8:    force 8-bit output
  14.         -m:    force monaural output
  15.         -a:    ADPCM compression
  16.  
  17. DESCRIPTION:
  18.  
  19.         WAVany will create a WAV file output, for any sound file input.
  20.  
  21.         Input formats:
  22.  
  23.                 SoundBlaster .VOC
  24.                 Sun/NeXT/DEC .AU
  25.                 Windows .WAV
  26.                 Sounder/Soundtools .SND
  27.                 Amiga .8SVX  .IFF
  28.  
  29.         Output format:
  30.  
  31.                 Windows .WAV
  32.  
  33.         Optional Conversions:
  34.  
  35.                 16-bit -> 8-bit
  36.                 Stereo -> Mono
  37.                 ADPCM compress/uncompress
  38.  
  39.         
  40.         ADPCM and AU sound files will by default decode into 16-bit
  41.         WAV format; for 8-bit output, specify '-8' on the command line.  
  42.  
  43.  
  44.  
  45. COMMENTS/SUGGESTIONS:
  46.  
  47.         Bill Neisius
  48.         bill@solaria.hac.com
  49.  
  50.