|
JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java (public API).
|
| ▼Ncom | |
| ▼Njogamp | |
| ▼Nopenal | Copyright 2023 JogAmp Community |
| ▼Nsound3d | Copyright (c) 2010-2023 JogAmp Community |
| CAudioSystem3D | The AudioSystem3D class provides a set of methods for creating and manipulating a 3D audio environment |
| CBuffer | The Sound3D Buffer is a container for audio data used in the Sound3D environment |
| CContext | This class provides a Sound3D Context associated with a specified device |
| CDevice | This class provides a handle to a specific audio device |
| CListener | This class represents the human listener in the Sound3D environment |
| CSource | This class is used to represent sound-producing objects in the Sound3D environment |
| CVec3f | A convenience class representing a 3-element float vector |
| ▼Ntest | |
| ▼Nandroid | Copyright 2013 JogAmp Community |
| CBaseActivity | |
| ▼CLauncherUtil | Helper class to parse Uri's and programmatically add package names and properties to create an Uri or Intend |
| CBaseActivityLauncher | |
| CDataSet | Data set to transfer from and to launch URI consisting out of: |
| COrderedProperties | |
| CMD | |
| COpenALTestActivity | |
| COpenALTestActivityLauncher | |
| ▼Njunit | Copyright 2023 JogAmp Community |
| CALDebugExtTest | Testing the OpenAL-Soft Debug Extension |
| CALExtLoopbackDeviceSOFTTest | |
| CALutWAVLoaderTest | |
| CALVersionTest | Testing the OpenAL version, comparing against expected OpenAL-Soft version >= 1.1.0 and vendor-version >= 1.23.0, as well as the OpenAL-Soft vendor and renderer strings |
| CDummyTest | Dummy test - always successful, merely exist to not let our Jenkins build not fail |
| ▼Nmanual | Copyright (c) 2010-2023 JogAmp Community |
| ▼CALCSystemEventTest | Testing the OpenAL-Soft System Event Extension |
| CALCDeviceMetadata | |
| COpenALTest | |
| CSound3DTest | |
| CSynth01AL | A continuous simple on-thread immutable sine wave synthesizer |
| CSynth02AL | A continuous simple off-thread mutable sine wave synthesizer |
| CSynth02bAL | Using two continuous simple off-thread mutable sine wave synthesizer |
| ▼Nresources | |
| CResourceLocation | Just a tag to locate the resources |
| ▼Nutil | Copyright 2010, 2014 JogAmp Community |
| CUITestCase | |
| ▼Nutil | Copyright 2013-2023 JogAmp Community |
| CALAudioSink | |
| CALHelpers | |
| CALut | |
| CSimpleSineSynth | A continuous simple off-thread mutable sine wave synthesizer |
| CWAVData | This class is a holder for WAV (.wav ) file Data returned from the WavLoader, or directly via loadFromStream(InputStream, int, int, int) |
| CWAVLoader | A Loader utility for (.wav) files |
| CAL | |
| CALC | |
| CALCConstants | |
| CALCcontext | |
| CALCdevice | |
| CALConstants | |
| CALContextKey | Implementing equals(Object) based on the native address and hashCode() on the HashUtil#getAddrHash32_EqualDist(long) with same native address |
| CALException | A generic exception for OpenAL errors used throughout the binding as a substitute for RuntimeException |
| ▼CALExt | |
| CALBUFFERCALLBACKTYPESOFT | JavaCallback interface: ALBUFFERCALLBACKTYPESOFT -> ALsizei (*ALBUFFERCALLBACKTYPESOFT)(ALvoid * userptr, ALvoid * sampledata, ALsizei numbytes) |
| CAlcEventCallbackSOFTKey | Key { java.lang.Object userParam } for void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) |
| CALCEVENTPROCTYPESOFT | JavaCallback interface: ALCEVENTPROCTYPESOFT -> void (*ALCEVENTPROCTYPESOFT)(ALCenum eventType, ALCenum deviceType, ALCdevice * device, ALCsizei length, const ALCchar * message, void * userParam) |
| CALDEBUGPROCEXT | JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam) |
| CALEVENTPROCSOFT | JavaCallback interface: ALEVENTPROCSOFT -> void (*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam) |
| CALExtConstants | |
| CALFactory | This class provides factory methods for generating AL and ALC objects |
| CALVersion | |
| CJoalVersion | |
| CUnsupportedAudioFileException |