aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/JoalVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* 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