| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build.xml: Fix 7z archive: README.{txt -> md} | Sven Gothel | 2023-05-20 | 1 | -1/+1 |
* | Synth02AL: Use ALAudioSink's default latency instead of fixed frameDuration, ... | Sven Gothel | 2023-05-20 | 1 | -9/+16 |
* | ALAudioSink.toString(): Allow null==chosenFormat (pre init string representat... | Sven Gothel | 2023-05-20 | 1 | -1/+1 |
* | README.{txt -> md) and update text incl. license | Sven Gothel | 2023-05-20 | 3 | -132/+187 |
* | Synth02ALL Use float32 (native openal-soft format) if available | Sven Gothel | 2023-05-20 | 1 | -13/+40 |
* | ALAudioSink: Add getSourceCount() and cleanup error handling and initImpl() l... | Sven Gothel | 2023-05-20 | 1 | -237/+248 |
* | JoalVersion: Cleanup dead branches | Sven Gothel | 2023-05-20 | 2 | -14/+14 |
* | Demos OpenALTest/Synth02AL: Show JoalVersion | Sven Gothel | 2023-05-19 | 2 | -22/+14 |
* | ALAudioSink: Query latency and re-create context @ init w/ latency (refresh-r... | Sven Gothel | 2023-05-19 | 1 | -137/+245 |
* | JoalVersion: List all devices, output devices w/ latency and source count (mo... | Sven Gothel | 2023-05-19 | 1 | -1/+113 |
* | ALAudioSink.lockContext(): Only check error state if AL makeContextCurrent()/... | Sven Gothel | 2023-05-18 | 1 | -14/+29 |
* | Sound3D/Context: Use same base ctor to initialize `hasALC_thread_local_contex... | Sven Gothel | 2023-05-18 | 2 | -3/+2 |
* | Sound3D: Make all OO wrapper fully transparent and stand-alone, allow mix-and... | Sven Gothel | 2023-05-18 | 8 | -154/+330 |
* | ALAudioSink: Don'e check errors before context; Track method of context-locki... | Sven Gothel | 2023-05-18 | 1 | -4/+11 |
* | Doc, scripsts/tests.sh: Mentione OpenAL-Soft environment variables | Sven Gothel | 2023-05-18 | 2 | -0/+8 |
* | ALAudioSink: Promote to public, be fully functional regarding AudioFormat and... | Sven Gothel | 2023-05-18 | 3 | -104/+390 |
* | Synth02AL: Fix API doc re reduces latency | Sven Gothel | 2023-05-17 | 1 | -2/+2 |
* | README/index.html: Update Web resources & URLs, add details about audio-backe... | Sven Gothel | 2023-05-17 | 2 | -6/+53 |
* | ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT... | Sven Gothel | 2023-05-17 | 2 | -11/+67 |
* | make/scripts/tests.sh: Adjust D_ARGS and add X_ARGS for optional FlightRecorder | Sven Gothel | 2023-05-17 | 1 | -2/+10 |
* | ALAudioSink.toString(): Show hasALC_thread_local_context value ('tlc') | Sven Gothel | 2023-05-17 | 1 | -1/+1 |
* | ALAudioSink.dequeueBuffer(): wait == true: Fix sleep cycle and use sleep(1) i... | Sven Gothel | 2023-05-17 | 2 | -28/+68 |
* | ALAudioSink: Add exclusive locking allowing less context management overhead | Sven Gothel | 2023-05-17 | 1 | -0/+23 |
* | Manual Demos: Add two simple sine wave synthesizer, Synth02AL may be enhanced... | Sven Gothel | 2023-05-17 | 3 | -1/+688 |
* | OpenALTest: Drop nonsense LOOPING test on buffer (only applies to a source) | Sven Gothel | 2023-05-17 | 1 | -4/+0 |
* | JoalVersion: Accept null ALC instance | Sven Gothel | 2023-05-17 | 1 | -0/+4 |
* | Promote ALAudioSink from JOGL to JOAL (Common av classes reside in GlueGen, s... | Sven Gothel | 2023-05-17 | 1 | -0/+1013 |
* | JOAL File Layout: Have *-java-src.zip inside jar folder | Sven Gothel | 2023-05-07 | 1 | -4/+2 |
* | Bump openal-soft | Sven Gothel | 2023-05-06 | 1 | -0/+0 |
* | README.txt: Linux: Add libpipewire-0.3-dev for PipeWire | Sven Gothel | 2023-05-05 | 1 | -1/+5 |
* | README: Linux: Add libsndio-dev for SndIO (linked) | Sven Gothel | 2023-05-04 | 1 | -1/+2 |
* | Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Te... | Sven Gothel | 2023-05-04 | 6 | -21/+309 |
* | Windows build script: Drop c.compiler.debug | Sven Gothel | 2023-05-04 | 1 | -1/+2 |
* | Bump openal-soft 1.23.1 customconfig -> toolchain cmake usage, add MacOS arm6... | Sven Gothel | 2023-05-04 | 2 | -5/+10 |
* | Bump openal-soft to v1.23.1 plus platform patches (building only) | Sven Gothel | 2023-05-04 | 1 | -0/+0 |
* | Eclipse: Fix JRE Container and add src, add jdt settings | Sven Gothel | 2023-05-04 | 2 | -1/+21 |
* | Add check-junit.sh test result script | Sven Gothel | 2023-05-04 | 1 | -0/+38 |
* | Windows: Add commandline unit test scripts | Sven Gothel | 2023-05-04 | 3 | -0/+45 |
* | Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead. | Sven Gothel | 2023-05-04 | 5 | -38/+9 |
* | Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byt... | Sven Gothel | 2023-05-04 | 5 | -16/+13 |
* | Remove Windows dll-rename, adopting to cpptasks.jar changev2.4.0 | Sven Gothel | 2023-01-23 | 1 | -9/+0 |
* | check-java-major-version.sh: Use unique output to validate one class version ... | Sven Gothel | 2023-01-20 | 1 | -3/+4 |
* | Update Windows build scripts | Sven Gothel | 2023-01-17 | 2 | -28/+3 |
* | Windows: Use mingw32-make.exe | Sven Gothel | 2023-01-17 | 1 | -1/+1 |
* | Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API | Sven Gothel | 2023-01-15 | 6 | -7/+8 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -5/+4 |
* | scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* | Sven Gothel | 2020-01-04 | 11 | -22/+22 |
* | fix windows build scripts | Sven Gothel | 2020-01-04 | 2 | -2/+2 |
* | native.tag.jar: Revert explicit inclusion of *.symbols file | Sven Gothel | 2020-01-04 | 1 | -1/+1 |
* | native.tag.jar: include *.symbols | Sven Gothel | 2020-01-02 | 1 | -1/+9 |