[Openal] Using Effects and Filters from JOAL? (Method "alGenFilters" not available)

bridell fredrik at bridell.com
Wed Apr 4 02:24:52 PDT 2007


Hi.

Well, that's the thing - most of the interesting parts of the KOAL
implementation seems not to be open source, or at least it's not in the cvs. 

If you look at the javadoc at
http://download.java.net/media/joal/builds/nightly/javadoc_public/ you'll
find a lot more classes than what's on the CVS. Specifically, the
alGenEffects, alGenFilters, alFilter* and alEffect* methods are in the
net.java.games.joal.AL interface. The class that implements this seems to be
net.java.games.joal.impl.ALImpl, which is not in the javadoc or on the cvs.

However, if you download the distribution (the "release builds" or "nightly
builds") you'll get all classes (but not all sources).


I found another bug I think - in the class initializer ("static{}") of
net.java.games.joal.eax.EAX it does 

System.loadLibrary("joal");

This will fail, because the dll is called joal_native.dll. Making a copy of
that file and renaming it to joal.dll is a workaround.

Well, we're still trying here.... :)
/ Fredrik & Denis



-- 
View this message in context: http://www.nabble.com/Using-Effects-and-Filters-from-JOAL--%28Method-%22alGenFilters%22-not-available%29-tf3466790.html#a9833733
Sent from the OpenAL - User mailing list archive at Nabble.com.



More information about the Openal mailing list