From 869d2eb0ff78bd2bdfafbc8778c9fd38dd991b34 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 18 May 2023 06:10:04 +0200 Subject: Doc, scripsts/tests.sh: Mentione OpenAL-Soft environment variables --- make/scripts/tests.sh | 5 +++++ www/index.html | 3 +++ 2 files changed, 8 insertions(+) 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 @@ -57,6 +57,9 @@

JOAL is tested against OpenAL-Soft, the cross-platform, software implementation of the OpenAL 3D audio API.

+

+ OpenAL-Soft environment variables are described here. +

All JOAL platform builds also contain a self-build native library of OpenAL-Soft v1.23.1 (from our fork).
-- cgit v1.2.3