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

Changes

Summary

  1. README: Add note regarding 'git --recurse-submodules' for openal-soft (details)
  2. WAVLoader: Use Bitstream and support big-endian RIFX; Fix (details)
  3. ALExtLoopbackDeviceSOFTTest: Remove (details)
  4. Tests: Add UITestCase unit test super class (print start/end, singletion (details)
  5. Fix ALExtLoopbackDeviceSOFTTest (details)
Commit b49859e5ea464a978812036bef05718e6ea00909 by Sven Gothel
README: Add note regarding 'git --recurse-submodules' for openal-soft submodule
The file was modifiedREADME.txt (diff)
Commit d199e6cdbf1fe1283bad79f68d05a9037a91863b by Sven Gothel
WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/WAVData.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/WAVLoader.java (diff)
Commit 29094cdad91594a2f5defd967aab893887f10c81 by Sven Gothel
ALExtLoopbackDeviceSOFTTest: Remove javax.sound.sampled.UnsupportedAudioFileException dependency
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALExtLoopbackDeviceSOFTTest.java (diff)
Commit a9979b698f6f97666df67ae0bd1fd0aec2dfea02 by Sven Gothel
Tests: Add UITestCase unit test super class (print start/end, singletion test); Add @FixMethodOrder(MethodSorters.NAME_ASCENDING)
The file was modifiedmake/scripts/tests.sh (diff)
The file was addedsrc/test/com/jogamp/openal/test/util/UITestCase.java
The file was modifiedsrc/test/com/jogamp/openal/test/junit/DummyTest.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java (diff)
Commit 0b87042014721a7177998c1e9809e088f01d59a4 by Sven Gothel
Fix ALExtLoopbackDeviceSOFTTest

- Use max 4k to test
- Remove redundant default device/context
- Add AL source and assign buffer
- issue buffer play
- Only fail if certain accuracy is not met
  - Stereo 0.8 (passes w/ ~ 0.9)
  - Mono 0.4 !!! FIXME !!! (Only passes w/ ~ 0.49)

Tests are passing, however - have to check the MONO case.
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALExtLoopbackDeviceSOFTTest.java (diff)