diff options
author | Sven Gothel <[email protected]> | 2023-05-18 06:10:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-18 06:10:04 +0200 |
commit | 869d2eb0ff78bd2bdfafbc8778c9fd38dd991b34 (patch) | |
tree | b12ff2a180e16ad99e66a90988c6ac96aedef499 /www | |
parent | d5daaaab3544d9af49056f57a1fcf53abef17deb (diff) |
Doc, scripsts/tests.sh: Mentione OpenAL-Soft environment variables
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
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: |