Re: alGenEffects() Not Available?
Posted by
Xerxes Rånby on
Jan 30, 2013; 5:47pm
URL: https://forum.jogamp.org/alGenEffects-Not-Available-tp4027019p4028072.html
Please test the following JOAL pullrequest:
http://forum.jogamp.org/JOAL-pullrequest-tp4027825p4028070.htmlJOALPlayWavWithEffects.javaI have rewritten the JOALPlayWavWithEffects.java to use the new ALExt namespace.
javac -cp .:gluegen/build/gluegen-rt.jar:joal/build-i586/joal.jar JOALPlayWavWithEffects.java
cp joal/src/test/com/jogamp/openal/test/resources/lewiscarroll.wav Sound.wav
java -cp .:gluegen/build/gluegen-rt.jar:joal/build-i586/joal.jar JOALPlayWavWithEffects
generated 1 effects slot
generated 1 effect
Successfully loaded effect into effect slot
Press a key and hit ENTER:
'p' to play, 's' to stop, 'h' to pause and 'q' to quit
p
it work.