Re: OpenAL Soft fallback
Posted by
Xerxes Rånby on
Oct 26, 2012; 8:37am
URL: https://forum.jogamp.org/OpenAL-Soft-fallback-tp3887425p4026621.html
I have started on a JOAL openal-soft branch to build and provide an openal-soft fallback for all architectures that we support:
https://github.com/xranby/joal/compare/openal-soft# How to compile it:
# It will require a new JOAL build dependency: cmake
apt-get intall cmake
# The idea is to first checkout the openal-soft git next to the joal git tree:
git clone git://repo.or.cz/openal-soft.git openal-soft
# Then build JOAL normally.
cd joal/make
sh /scripts/make.joal.all.linux-x86_64.sh
The generated joal-natives-*.jar will contain the
libjoal.so
all the current bundled OpenAL and from creative "OpenAL32.dll wrap_oal.dll " and OpenAL-soft libs built by various linux distributions like libopenal.so pulled from the joal/make/lib/* dir based on os and arch.
and optionally the new build of libopenal.so if the openal-soft git was found next to the joal build.