*****************
* Audio Support *
*****************

All audio support in Simplicity for Java is handled by a class
called datarep.common.ApplicationAudioClip which implements the
java.applet.AudioClip interface and uses sun.audio.* to provide
platform-specific audio processing.

In order to comply with the 100% Pure Java Specifications, the
ability to play audio files (*.au) has been removed. The
default ApplicationAudioClip class (found in the datarep_common.jar
file) will produce a simple beep sound regardless of the contents
of the audio file you are attempting to play.

*** You can re-enable full audio support by replacing the
datarep_common.jar file in the main installation directory with
the one in the 'NotPureJava' directory. 

Using this class introduces non-pure Java into Simplicity.
It is known to work well on many platforms, though,
including Win95/98/NT, MacOS, OS/2 Warp, and Solaris. 

