Package net.kolls.railworld.sound

Sound support via various APIs.

See:
          Description

Class Summary
AppletSound Provides sound via the applet sound API.
JSSound Java Sound API (the standard Java approach to sound)
NoSound Provides an empty interface that pretends to play sounds, but does nothing.
StreamSound Stream sound puts the details of sound playback in the program's hands.
 

Package net.kolls.railworld.sound Description

Sound support via various APIs.