diff options
-rwxr-xr-x | make/scripts/tests.sh | 5 | ||||
-rw-r--r-- | www/index.html | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index eba9d30..f7a1084 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -25,6 +25,11 @@ if [ ! -d $bdir ] ; then exit 1 fi +# +# See https://github.com/kcat/openal-soft/blob/master/docs/env-vars.txt +# export ALSOFT_LOGLEVEL=3 +# + rm -f java-run.log spath=`dirname $0` diff --git a/www/index.html b/www/index.html index f739cc3..a085369 100644 --- a/www/index.html +++ b/www/index.html @@ -58,6 +58,9 @@ JOAL is tested against <b><a href="https://openal-soft.org/">OpenAL-Soft</a></b>, the cross-platform, software implementation of the OpenAL 3D audio API. </p> <p> + OpenAL-Soft <a href="https://github.com/kcat/openal-soft/blob/master/docs/env-vars.txt">environment variables are described here</a>. + </p> + <p> All JOAL platform builds also contain a self-build native library of <i><a href="https://openal-soft.org/">OpenAL-Soft</a></i> <a href="https://jogamp.org/cgit/openal-soft.git/"><b>v1.23.1</b> <i>(from our fork)</i></a>.<br/> Our builds expose the following audio backends: |