Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL library over system (default)
Summary: Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL library over sys...
Status: RESOLVED FIXED
Alias: None
Product: Joal
Classification: JogAmp
Component: core (show other bugs)
Version: 2.4.0
Hardware: All all
: P4 normal
Assignee: Xerxes Rånby
URL:
Depends on: 1268
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-15 04:59 CET by Sven Gothel
Modified: 2019-03-27 04:14 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
joal 50373c44cb8c230c08a9c8a3b85ab42999719566 jogl 5b6112bf45f7ae2e0e14f2219b9bbf11b84252d2
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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