com.sun.j3d.audioengines |
com.sun.j3d.audioengines
Provides abstract classes for creating Java 3D audio devices.
|
Java Source File Name | Type | Comment |
AudioEngine.java | Class | The AudioEngine Class defines an audio output device that generates
sound 'image' from scene graph. |
AudioEngine3D.java | Class | The AudioEngine3D Class defines an audio output device that generates
sound 'image' from high-level sound parameters passed to it during
scene graph.
The methods in this class are meant to be optionally overridden by an
extended class. |
AudioEngine3DL2.java | Class | The AudioEngine3DL2 Class defines an audio output device that generates
sound 'image' from high-level sound parameters passed to it during
scene graph.
The methods in this class are meant to be optionally overridden by an
extended class. |
AudioEngineThread.java | Class | The Thread Class extended for Audio Device engines that must process
calls dynamically, in 'real-time" to asynchronously change engine
parameters. |
AuralParameters.java | Class | The AuralParameters Class defines a set of fields that define the
Aural listening environment. |
Sample.java | Class | The Sample class defines the data and methods associated with a sound
sample played through the AudioDevice. |