Class Summary |
AbstractAudible |
Simple abstract Audible implementation that takes care of storing the AL and
ALC objects from the init(AL, ALC) method for you. |
AbstractListener |
Simple Listener implementation that takes care of storing the AL and ALC
objects for you. |
AudioUtil |
AudioUtil contains static methods to obtain Buffer objects from various
sources. |
Buffer |
Buffer objects hold audio data that can be used by a Source object to play
sounds. |
DefaultListener |
Simple Listener implementation that corresponds to the default Camera of the
net.jinx.model package. |
Source |
The Source class is intended to make the job of implementing the Audible
interface a little easier. |
StreamSource |
Extension of Source that uses buffers to stream audio from a java.net.URL,
instead of loading the entire file into memory. |
SynthesizedSource |
|
TestAudible |
This class is used for testing only. |