aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/JoalVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* feat(alext): Add ALC_SOFT_system_events inside JoalVersion.getALStrings if ↵Mathieu Féry2023-12-051-0/+22
| | | | supported
* feat(alc): Fix typo of following methods in ALC api :Mathieu Féry2023-12-051-4/+4
| | | | | * aclEnumerationExtIsPresent -> alcEnumerationExtIsPresent * aclEnumerateAllExtIsPresent -> alcEnumerateAllExtIsPresent
* Bug 1475: Minor revision of orig patch-setSven Gothel2023-11-281-10/+12
| | | | | | | | | | - Implement ALC.alcIsDoubleNullTerminatedString() in Java w/ our existing functionality, drop JNI function - JoalVersion.devicesToString(..) revert to original API dropping boolean params - C: Drop using stdbool.h, earmarked as obsolete in std
* feat(devices): Move ALC_EXT constant from ALCconstants into ALHelpers with ↵Mathieu Féry2023-11-141-8/+9
| | | | other ALC_EXT names
* feat(version): Invoking JoalVersion no longer destroys the current contextMathieu Féry2023-11-131-9/+33
|
* feat(devices): Allow to retrieve devices specifiers with ALC_ENUMERATE_ALL_EXTMathieu Féry2023-11-101-20/+64
|
* JoalVersion: Cleanup dead branchesSven Gothel2023-05-201-8/+5
|
* JoalVersion: List all devices, output devices w/ latency and source count ↵Sven Gothel2023-05-191-1/+113
| | | | (mono, stereo) using undocumented queries
* JoalVersion: Accept null ALC instanceSven Gothel2023-05-171-0/+4
|
* Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. ↵Sven Gothel2023-05-041-11/+68
| | | | Test against OpenAL-Soft data >= 1.23.0
* Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵Sven Gothel2014-07-031-9/+9
| | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-311-0/+87