Skip to content
Success

#959 (May 20, 2023, 7:55:25 AM)

Started 2 yr 2 mo ago
Took 4 min 49 sec on windows-x86_64-jau-011

Started by upstream project gluegen build number 959
originally caused by:

Revision: 7f8dcc310cfb8b3eb1e026ce9aeb73471e223d8a
Repository: git://jogamp.org/srv/scm/gluegen.git
  • origin/master
Test Result (no failures)
    Changes
    1. Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen for cross module usage in JOAL, JOGL, ... (details / cgit)
    2. AudioSink: Add exclusive locking allowing implementations to short-cut for less management overhead (-> OpenAL + Synthesizer) (details / cgit)
    3. Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has moved to com.jogamp.openal.util.ALAudioSink (public) (details / cgit)
    4. AudioFormat: Fix rounding/int-truncate errors, all millisecond params use type int (details / cgit)
    5. AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix API doc (details / cgit)
    6. Add AudioSink.getSourceCount(), refine Audio* API doc (details / cgit)
    7. AudioSink.init(): Detail 'frameDuration' intend and impact of underlying JOAL/OpenAL implementation (details / cgit)