com.sun.j3d.audioengines.javasound |
com.sun.j3d.audioengines.javasound
Provides a JavaSound-based implementation of a Java 3D audio device.
|
Java Source File Name | Type | Comment |
JavaSoundMixer.java | Class | The JavaSoundMixer Class defines an audio output device that accesses
JavaSound functionality stream data. |
JSAuralParameters.java | Class | The AudioDevice dependent sound node and aural attribute node parameters. |
JSChannel.java | Class | The JSChannel Class defines an audio output methods that call JavaSound
API methods common for all data line types: streams, clip and MIDI lines. |
JSClip.java | Class | The JSClip Class defines an audio output methods that call JavaSound
Hae mixer methods. |
JSDirectionalSample.java | Class | The PostionalSample Class defines the data and methods associated with a
PointSound sample played through the AudioDevice. |
JSMidi.java | Class | The JSMidi class defines audio output methods that call the JavaSound
API methods for MIDI sounds. |
JSPositionalSample.java | Class | The PostionalSample Class defines the data and methods associated with a
PointSound sample played thru the AudioDevice. |
JSSample.java | Class | The Sample Class extended for Java Sound Mixer specific audio device. |
JSStream.java | Class | The JSStream class defines audio output methods that call the JavaSound
API methods for streams. |
JSThread.java | Class | The Thread Class extended for JavaSound Mixer specific audio device
calls that dynamically, in 'real-time" change engine parameters
such as volume/gain and sample-rate/frequency(pitch). |