Re: alGenEffects() Not Available?
Posted by
gouessej on
Nov 20, 2012; 8:37am
URL: https://forum.jogamp.org/alGenEffects-Not-Available-tp4027019p4027064.html
jogamp.openal.ALProcAddressTable.isFunctionAvailable() would probably return false because you try to use a method that is not supported by your driver. Maybe you can work around this problem by forcing the use of OpenALSoft. Xerxes is much more comfortable than me with JOAL, maybe he has an idea.