| Commit message (Expand) | Author | Age | Files | Lines |
* | ALAudioSink: Use clipAudioVolume(..) function for clarity | Sven Gothel | 2023-10-16 | 1 | -5/+9 |
* | Bug 1472: Enhance AV Sync: Pass through PTS object in ALAudioSink, tracking l... | Sven Gothel | 2023-10-15 | 2 | -24/+19 |
* | ALAudioSink: getPTS() returns time-adjusted last dequeued PTS, new updateQueu... | Sven Gothel | 2023-10-06 | 2 | -186/+216 |
* | Bug 1472: AVSync: Add more comprehensive DEBUG info to detect sync issues | Sven Gothel | 2023-10-04 | 2 | -71/+139 |
* | Bug 1473 - ALAudioSink: AV Synchronization Broken, Regression in-between JogA... | Sven Gothel | 2023-10-04 | 2 | -161/+127 |
* | SimpleSineSynth: Reuse WorkerThread, drop handcrafted code .. | Sven Gothel | 2023-10-03 | 1 | -113/+30 |
* | ALAudioSink: Allow disabling using AL_SOFT_events via setUseSOFTEvents(boolean) | Sven Gothel | 2023-10-03 | 1 | -4/+12 |
* | SimpleSineSynth: Ensure stop() destroys ALAudioSink even if streamWorker is n... | Sven Gothel | 2023-10-03 | 1 | -0/+2 |
* | ALAudioSink.dequeueBuffer(..): AL_SOFT_events cumulated released buffers is '...v2.5.0 | Sven Gothel | 2023-08-01 | 1 | -5/+20 |
* | AL_SOFT_events: Define 'ALCcontext` as `UserParam` type for more clarity | Sven Gothel | 2023-07-10 | 1 | -2/+2 |
* | ALAudioSink.destroy(): Shutdown alEventCallbackSOFT properly (only if hasAL_S... | Sven Gothel | 2023-07-09 | 1 | -7/+9 |
* | ALAudioSink: Utilize AL_SOFT_events if available, i.e. use callback for relea... | Sven Gothel | 2023-07-09 | 1 | -42/+97 |
* | Add OpenAL extension AL_SOFT_events using userParam ALCcontext as key for Glu... | Sven Gothel | 2023-07-09 | 1 | -0/+3 |
* | Promote SimpleSineSynth to API (util) from Synth02AL, allowing user to have a... | Sven Gothel | 2023-05-23 | 1 | -0/+433 |
* | ALAudioSink: Use and expose Sound3D object, allow user app to deal w/ JOAL/Op... | Sven Gothel | 2023-05-23 | 1 | -453/+321 |
* | ALAudioSink: Use float in seconds for duration (AudioFormat and 'avgFrameDura... | Sven Gothel | 2023-05-21 | 1 | -81/+101 |
* | 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 |
* | ALAudioSink.toString(): Allow null==chosenFormat (pre init string representat... | Sven Gothel | 2023-05-20 | 1 | -1/+1 |
* | ALAudioSink: Add getSourceCount() and cleanup error handling and initImpl() l... | Sven Gothel | 2023-05-20 | 1 | -237/+248 |
* | ALAudioSink: Query latency and re-create context @ init w/ latency (refresh-r... | Sven Gothel | 2023-05-19 | 1 | -137/+245 |
* | ALAudioSink.lockContext(): Only check error state if AL makeContextCurrent()/... | Sven Gothel | 2023-05-18 | 1 | -14/+29 |
* | 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 | 2 | -19/+1413 |
* | ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT... | Sven Gothel | 2023-05-17 | 1 | -6/+13 |
* | Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byt... | Sven Gothel | 2023-05-04 | 2 | -11/+7 |
* | Ensure that only the size of sample data chunk is loaded, rather than entire ... | Matthew Harris | 2016-01-06 | 2 | -5/+10 |
* | WAVLoader: Adopt to GlueGen's Bitstream commit 9e13e8c78ed69bb7afcd49abe8bf69... | Sven Gothel | 2015-01-28 | 1 | -11/+11 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 4 | -65/+66 |
* | WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest | Sven Gothel | 2014-02-21 | 2 | -92/+81 |
* | ALHelpers: Shorten returned string representations | Sven Gothel | 2013-08-26 | 1 | -12/+12 |
* | Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 Chri... | Sven Gothel | 2013-08-26 | 1 | -0/+376 |
* | Removes all references to javax.sound.* in order to allow JOAL to work in non... | Julien Gouesse | 2013-03-27 | 2 | -31/+94 |
* | WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading... | Sven Gothel | 2013-02-01 | 2 | -15/+19 |
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 2 | -59/+98 |
* | removed BufferUtils since we have now Buffers in gluegen-rt. | Michael Bien | 2010-07-08 | 1 | -266/+0 |
* | renamed package to com.jogamp.openal.* | Michael Bien | 2010-03-29 | 4 | -0/+622 |