Login  Register

Re: alGenEffects() Not Available?

Posted by Xerxes Rånby on Dec 20, 2012; 12:16pm
URL: https://forum.jogamp.org/alGenEffects-Not-Available-tp4027019p4027582.html

gouessej wrote
Hi

I have no Mac but someone else has the same problem:
http://jmonkeyengine.org/groups/development-discussion-jme3/forum/topic/jogl-support-jogl2-that-is/?topic_page=15&num=15#post-199510

How can I force the use of OpenALSoft?
To "force" use of OpenALSoft first compile OpenAL Soft for Mac.
Then include the built openal library into the Mac OS X JOAL natives jar http://jogamp.org/deployment/jogamp-current/jar/joal-natives-macosx-universal.jar .
gluegen-rt will then load OpenAL Soft since it is the first OpenAL library detected on the Mac system.