
IMPORTANT!
----------

1) The file "beep.iff" is EXACTLY the same as "beep.8svx"...
2) All of the files in this drawer are 1 second, sinewave, unsigned_integer
   8 bit, 8000 sps, uncompressed, single_channel MONO, files.
3) You will have to work out how to play, using C:Play16, 'beep.raw' for
   yourselves from the manual.

Command line call for *NIX '/dev/dsp' and 'padsp' ONLY:
-------------------------------------------------------

$ cat filename.EXT > /dev/dsp
OR...
$ padsp cat filename.EXT | padsp tee /dev/dsp > /dev/null 2>&1

