| Commit message (Expand) | Author | Age | Files | Lines |
* | ALAudioSink.destroy(): Shutdown alEventCallbackSOFT properly (only if hasAL_S... | Sven Gothel | 2023-07-09 | 1 | -7/+9 |
* | ALContextKey.equals(): Use cached nativeAddress of other item as well. | Sven Gothel | 2023-07-09 | 1 | -2/+1 |
* | ALAudioSink: Utilize AL_SOFT_events if available, i.e. use callback for relea... | Sven Gothel | 2023-07-09 | 2 | -42/+218 |
* | Add OpenAL extension AL_SOFT_events using userParam ALCcontext as key for Glu... | Sven Gothel | 2023-07-09 | 2 | -0/+91 |
* | Sound3d.Context: destroy() shall only 'null' thread-local context if this is ... | Sven Gothel | 2023-07-09 | 1 | -4/+4 |
* | ALExtImpl: Remove unused imports | Sven Gothel | 2023-07-09 | 1 | -7/+0 |
* | Promote SimpleSineSynth to API (util) from Synth02AL, allowing user to have a... | Sven Gothel | 2023-05-23 | 2 | -387/+438 |
* | ALAudioSink: Use and expose Sound3D object, allow user app to deal w/ JOAL/Op... | Sven Gothel | 2023-05-23 | 1 | -453/+321 |
* | Sound3D: Further OO wrapper to be used in ALAudioSink: Context locking, ALCco... | Sven Gothel | 2023-05-23 | 7 | -93/+452 |
* | ALException: Suppress serial warning | Sven Gothel | 2023-05-23 | 1 | -0/+1 |
* | ALAudioSink: Use float in seconds for duration (AudioFormat and 'avgFrameDura... | Sven Gothel | 2023-05-21 | 2 | -82/+102 |
* | ALAudioSink: Enhance description re 'AudioFrame' and 'frameDuration'; Drop un... | Sven Gothel | 2023-05-21 | 1 | -5/+10 |
* | Fix ALAudioSink.dequeueBuffer(): AL_BUFFERS_PROCESSED result is total not acc... | Sven Gothel | 2023-05-20 | 1 | -5/+14 |
* | ALHelpers.getALFormat(..): Drop alGetEnumValue("type") and use 'type' via ALE... | Sven Gothel | 2023-05-20 | 1 | -17/+18 |
* | 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 |
* | 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 | 1 | -8/+5 |
* | 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 |
* | 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 |
* | ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT... | Sven Gothel | 2023-05-17 | 2 | -11/+67 |
* | 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 | 2 | -0/+683 |
* | 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 |
* | Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Te... | Sven Gothel | 2023-05-04 | 4 | -14/+302 |
* | Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead. | Sven Gothel | 2023-05-04 | 1 | -2/+3 |
* | Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byt... | Sven Gothel | 2023-05-04 | 4 | -16/+12 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -5/+4 |
* | Bug 1367: Adapt to TempFileCache & TempJarCache Changes | Sven Gothel | 2019-04-03 | 1 | -1/+1 |
* | Ensure that only the size of sample data chunk is loaded, rather than entire ... | Matthew Harris | 2016-01-06 | 4 | -10/+15 |
* | Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL libra... | Sven Gothel | 2015-11-15 | 1 | -6/+11 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...v2.3.2 | Sven Gothel | 2015-10-03 | 1 | -1/+1 |
* | WAVLoader: Adopt to GlueGen's Bitstream commit 9e13e8c78ed69bb7afcd49abe8bf69... | Sven Gothel | 2015-01-28 | 1 | -11/+11 |
* | Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0 | Sven Gothel | 2014-07-11 | 2 | -34/+22 |
* | Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc6... | Sven Gothel | 2014-07-05 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 32 | -590/+602 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 1 | -15/+15 |
* | ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (i.e. Use... | Sven Gothel | 2014-06-10 | 1 | -15/+15 |