----------------------
waveplay (Jan 23 1999)
Copyright (C) Y.Sonoda
----------------------

What's waveplay?:
 Waveplay is an audio player.

Supported formats:
- Windows RIFF WAVE Format (only linear PCM)
- Linear PCM RAW Format without header
  
Command line options:
Usage: waveplay [-b size] [-f dev] [-chrs]
                [-S rate] [-B bits] [-C channels] [-] [file ...]

-b : Use an audio output buffer of size KBytes.
     The default size is 2 KBytes.

-f : Specify the audio device to use.
     The default is /dev/dsp.

-r : Treat an input file as raw format.
     You can specify the sampling rate, the number of bits per sample 
     and the number of channels by using the following options.
     
     -S : Specify the sampling frequencey. The default is 44100(Hz).
     -B : Specify the number of bits per sample. The default is 16.
     -C : Specify the number of channels. The default is 2(stereo).
     When you use these options, can omit `r' option.

-s : Silent mode. Suppress messages.

-c : The audio data are written to standard output.

- : Express stdin.

