Bug 1270

Summary: Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL library over system (default)
Product: [JogAmp] Joal Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Xerxes RĂ„nby <xerxes>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.4.0   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
joal 50373c44cb8c230c08a9c8a3b85ab42999719566 jogl 5b6112bf45f7ae2e0e14f2219b9bbf11b84252d2
Workaround: ---
Bug Depends on: 1268    
Bug Blocks:    

Description Sven Gothel 2015-11-15 04:59:56 CET
Default is to utilize provided openal-soft library if possible
and if not overridden by property 'joal.openal.lib'.

Hence returning ALFactory.PREFER_SYSTEM_OPENAL (default: false)
in ALDynamicLibraryBundleInfo.searchToolLibSystemPathFirst().

+++

This also resolves issues w/ OSX El Capitan 10.11,
which provides OpenAL via 'openal' library name (same as openal-soft)
and causes stuttering w/ GLMediaPlayer's ALAudioSink!

+++
Comment 1 Sven Gothel 2015-11-15 05:13:56 CET
50373c44cb8c230c08a9c8a3b85ab42999719566
  Fixed as described
Comment 2 Sven Gothel 2015-11-15 05:19:34 CET
jogl 5b6112bf45f7ae2e0e14f2219b9bbf11b84252d2
  ALAudioSink: DEBUG: Show OpenAL Version