Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(alext): Add ALC_SOFT_system_events inside JoalVersion.getALStrings if ↵ | Mathieu Féry | 2023-12-05 | 1 | -0/+22 |
| | | | | supported | ||||
* | feat(alc): Fix typo of following methods in ALC api : | Mathieu Féry | 2023-12-05 | 1 | -4/+4 |
| | | | | | * aclEnumerationExtIsPresent -> alcEnumerationExtIsPresent * aclEnumerateAllExtIsPresent -> alcEnumerateAllExtIsPresent | ||||
* | Bug 1475: Minor revision of orig patch-set | Sven Gothel | 2023-11-28 | 1 | -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éry | 2023-11-14 | 1 | -8/+9 |
| | | | | other ALC_EXT names | ||||
* | feat(version): Invoking JoalVersion no longer destroys the current context | Mathieu Féry | 2023-11-13 | 1 | -9/+33 |
| | |||||
* | feat(devices): Allow to retrieve devices specifiers with ALC_ENUMERATE_ALL_EXT | Mathieu Féry | 2023-11-10 | 1 | -20/+64 |
| | |||||
* | JoalVersion: Cleanup dead branches | Sven Gothel | 2023-05-20 | 1 | -8/+5 |
| | |||||
* | JoalVersion: List all devices, output devices w/ latency and source count ↵ | Sven Gothel | 2023-05-19 | 1 | -1/+113 |
| | | | | (mono, stereo) using undocumented queries | ||||
* | JoalVersion: Accept null ALC instance | Sven Gothel | 2023-05-17 | 1 | -0/+4 |
| | |||||
* | Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. ↵ | Sven Gothel | 2023-05-04 | 1 | -11/+68 |
| | | | | Test against OpenAL-Soft data >= 1.23.0 | ||||
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 1 | -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 Gothel | 2013-01-31 | 1 | -0/+87 |