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