Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AudioSink.init(): Detail 'frameDuration' intend and impact of underlying ↵ | Sven Gothel | 2023-05-20 | 1 | -3/+14 |
| | | | | JOAL/OpenAL implementation | ||||
* | Add AudioSink.getSourceCount(), refine Audio* API doc | Sven Gothel | 2023-05-20 | 1 | -1/+23 |
| | |||||
* | AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix ↵ | Sven Gothel | 2023-05-19 | 1 | -8/+34 |
| | | | | API doc | ||||
* | Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has ↵ | Sven Gothel | 2023-05-18 | 1 | -150/+0 |
| | | | | moved to com.jogamp.openal.util.ALAudioSink (public) | ||||
* | AudioSink: Add exclusive locking allowing implementations to short-cut for ↵ | Sven Gothel | 2023-05-17 | 1 | -0/+12 |
| | | | | less management overhead (-> OpenAL + Synthesizer) | ||||
* | Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen ↵ | Sven Gothel | 2023-05-17 | 1 | -0/+448 |
for cross module usage in JOAL, JOGL, ... Supply AudioSink: NullAudioSink and JavaSoundAudioSink by GlueGen, ALAudioSink is supplied via JOAL. |