aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/util/ALHelpers.java
Commit message (Expand)AuthorAgeFilesLines
* Bump OpenAL-Soft to git 571b546f35eead77ce109f8d4dd6c3de3199d573 2023-11-25, ...Sven Gothel2023-12-021-0/+4
* feat(devices): Move ALC_EXT constant from ALCconstants into ALHelpers with ot...Mathieu Féry2023-11-141-0/+3
* Bug 1472: AVSync: Add more comprehensive DEBUG info to detect sync issuesSven Gothel2023-10-041-0/+87
* Add OpenAL extension AL_SOFT_events using userParam ALCcontext as key for Glu...Sven Gothel2023-07-091-0/+3
* ALHelpers.getALFormat(..): Drop alGetEnumValue("type") and use 'type' via ALE...Sven Gothel2023-05-201-17/+18
* ALAudioSink: Promote to public, be fully functional regarding AudioFormat and...Sven Gothel2023-05-181-19/+223
* ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT...Sven Gothel2023-05-171-6/+13
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-26/+26
* ALHelpers: Shorten returned string representationsSven Gothel2013-08-261-12/+12
* Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 Chri...Sven Gothel2013-08-261-0/+376