aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/util/ALAudioSink.java
Commit message (Expand)AuthorAgeFilesLines
* ALAudioSink: Use clipAudioVolume(..) function for claritySven Gothel2023-10-161-5/+9
* Bug 1472: Enhance AV Sync: Pass through PTS object in ALAudioSink, tracking l...Sven Gothel2023-10-151-22/+16
* ALAudioSink: getPTS() returns time-adjusted last dequeued PTS, new updateQueu...Sven Gothel2023-10-061-179/+206
* Bug 1472: AVSync: Add more comprehensive DEBUG info to detect sync issuesSven Gothel2023-10-041-71/+52
* Bug 1473 - ALAudioSink: AV Synchronization Broken, Regression in-between JogA...Sven Gothel2023-10-041-160/+126
* ALAudioSink: Allow disabling using AL_SOFT_events via setUseSOFTEvents(boolean)Sven Gothel2023-10-031-4/+12
* ALAudioSink.dequeueBuffer(..): AL_SOFT_events cumulated released buffers is '...v2.5.0Sven Gothel2023-08-011-5/+20
* AL_SOFT_events: Define 'ALCcontext` as `UserParam` type for more claritySven Gothel2023-07-101-2/+2
* ALAudioSink.destroy(): Shutdown alEventCallbackSOFT properly (only if hasAL_S...Sven Gothel2023-07-091-7/+9
* ALAudioSink: Utilize AL_SOFT_events if available, i.e. use callback for relea...Sven Gothel2023-07-091-42/+97
* ALAudioSink: Use and expose Sound3D object, allow user app to deal w/ JOAL/Op...Sven Gothel2023-05-231-453/+321
* ALAudioSink: Use float in seconds for duration (AudioFormat and 'avgFrameDura...Sven Gothel2023-05-211-81/+101
* ALAudioSink: Enhance description re 'AudioFrame' and 'frameDuration'; Drop un...Sven Gothel2023-05-211-5/+10
* Fix ALAudioSink.dequeueBuffer(): AL_BUFFERS_PROCESSED result is total not acc...Sven Gothel2023-05-201-5/+14
* ALAudioSink.toString(): Allow null==chosenFormat (pre init string representat...Sven Gothel2023-05-201-1/+1
* ALAudioSink: Add getSourceCount() and cleanup error handling and initImpl() l...Sven Gothel2023-05-201-237/+248
* ALAudioSink: Query latency and re-create context @ init w/ latency (refresh-r...Sven Gothel2023-05-191-137/+245
* ALAudioSink.lockContext(): Only check error state if AL makeContextCurrent()/...Sven Gothel2023-05-181-14/+29
* ALAudioSink: Don'e check errors before context; Track method of context-locki...Sven Gothel2023-05-181-4/+11
* ALAudioSink: Promote to public, be fully functional regarding AudioFormat and...Sven Gothel2023-05-181-0/+1190