What are the different sound classes that come with the Java 3D API?
Created Jan 2, 2008
John Zukowski There are three sound-related classes: BackgroundSound for an ambient sound, PointSound for a sound whose source is located at a particular point, and ConeSound for a PointSound aimed in a particular direction.