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

  1.  WM WAV Scan
  2.  ───────────
  3.  
  4.  WM WAV Scan reads the specified input file (which should conform to the 
  5.  subset of the WAV format used by all WAVmaker applications {WMWAV}) and 
  6.  displays a description containing the following information: 
  7.  
  8.                 ■ Sampling rate (11025, 22050 or 44100 Hz)
  9.                 ■ Number of sound channels (1 or 2)
  10.                 ■ Word size (8 or 16 bits)
  11.                 ■ Data size (number of samples per sound channel)
  12.                 ■ Duration (playtime in milliseconds)
  13.                 ■ Min/Max sample values (by sound channel)
  14.                 ■ Number of saturated samples (by sound channel)
  15.                 ■ Root Mean Square (RMS) of sample values (by 
  16.                   sound channel)
  17.  
  18.  The last two points above are especially interesting if you are checking
  19.  a new sample file or the results of a DSP operation. Many saturated samples
  20.  (i.e. samples taking on the min/max values allowed by the word size employed)
  21.  indicate too high a recording level, causing distortion. Too narrow a min/max 
  22.  range on the other hand gives you bad dynamic response and a low signal/noise 
  23.  ratio. Ideally, you should try to use the full word size, just barely 
  24.  avoiding saturation. WM Maximize {Maximize} will scale up your WAV to full
  25.  amplitude, but this is useful only to prevent further losses of precision 
  26.  when performing new operations on the sound; it certainly can't restore any 
  27.  information already lost!
  28.  
  29.  Usage:   WAVscan <source>
  30.  
  31.           The default directory is Temp\. The default extension is WAV. 
  32.  
  33.  Note:    If WAVscan can read a sound file without error, chances are that
  34.           the file will work fine with all WAVmaker applications.
  35.  
  36.  A title:value pair with title "File #1" and value <source> is written to 
  37.  WAVmaker's public Function key file {FnKeys} upon successful termination.
  38.