aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/util/SimpleSineSynth.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1472: Enhance AV Sync: Pass through PTS object in ALAudioSink, tracking l...Sven Gothel2023-10-151-2/+3
* ALAudioSink: getPTS() returns time-adjusted last dequeued PTS, new updateQueu...Sven Gothel2023-10-061-7/+10
* Bug 1473 - ALAudioSink: AV Synchronization Broken, Regression in-between JogA...Sven Gothel2023-10-041-1/+1
* SimpleSineSynth: Reuse WorkerThread, drop handcrafted code ..Sven Gothel2023-10-031-113/+30
* SimpleSineSynth: Ensure stop() destroys ALAudioSink even if streamWorker is n...Sven Gothel2023-10-031-0/+2
* Promote SimpleSineSynth to API (util) from Synth02AL, allowing user to have a...Sven Gothel2023-05-231-0/+433