Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

#681 (May 23, 2023, 2:36:42 AM)

Started 2 yr 3 mo ago
Took 1 min 56 sec on linux-x86_64-jau-002
Build Artifacts
artifact.properties624 Bview
joal-2.5-b681-20230523-linux-amd64-test-results-linux-x86_64-jau-002.7z6.88 KiBview
joal-2.5-b681-20230523-linux-amd64.7z4.30 MiBview

Started by upstream project joal build number 681
originally caused by:

Revision: 1a4305bbfd4f091fe8d57aa35a76de14ee83383c
Repository: git://jogamp.org/srv/scm/joal.git
  • origin/master
Test Result (no failures)
    Changes
    1. ALAudioSink: Enhance description re 'AudioFrame' and 'frameDuration'; Drop unused field 'avgFrameDuration'. (details / cgit)
    2. ALAudioSink: Use float in seconds for duration (AudioFormat and 'avgFrameDuration') to avoid losing precision when dealing with stats, averages etc (details / cgit)
    3. ALException: Suppress serial warning (details / cgit)
    4. Sound3D: Further OO wrapper to be used in ALAudioSink: Context locking, ALCcontext recreation, .. (details / cgit)
    5. ALAudioSink: Use and expose Sound3D object, allow user app to deal w/ JOAL/OpenAL easier and reuse Context context locking (details / cgit)
    6. Promote SimpleSineSynth to API (util) from Synth02AL, allowing user to have a simple sound source to test (details / cgit)