Re: OpenAL Soft 1.15.1 is out
Posted by
Xerxes Rånby on
Mar 22, 2013; 1:00pm
URL: https://forum.jogamp.org/OpenAL-Soft-1-15-1-is-out-tp4027581p4028750.html
hmm actually no.. the soft_oal.dll is not added to the list of names joal uses to look for the native,
https://github.com/JogAmp/joal/blob/master/src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java
this is a bug!
I was not aware that the prebuilt openal-soft dlls used this custom soft_oal.dll name for windows..
if you rename soft_oal.dll to OpenAL32.dll then JOAL will pick it up.
2013/3/22 gouessej [via jogamp]
<[hidden email]>
Thank you for this explanation. Is JOAL able to load soft_oal.dll if it is in the PATH environment variable?