summaryrefslogtreecommitdiffstats
path: root/openal-soft/readme.txt
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-11 22:21:26 +0200
committeraap <aap@papnet.eu>2020-05-11 22:21:26 +0200
commit0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2 (patch)
tree16bf11e0e8a0353448a643322e9511e8ba659fca /openal-soft/readme.txt
parentCVisibilityPlugins (diff)
parentMerge remote-tracking branch 'origin/master' into miami (diff)
downloadre3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar.gz
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar.bz2
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar.lz
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar.xz
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.tar.zst
re3-0eb5f93e96bfc4b31c0bde01e9f1296b3b612bc2.zip
Diffstat (limited to 'openal-soft/readme.txt')
-rw-r--r--openal-soft/readme.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/openal-soft/readme.txt b/openal-soft/readme.txt
new file mode 100644
index 00000000..ca30a1bc
--- /dev/null
+++ b/openal-soft/readme.txt
@@ -0,0 +1,32 @@
+OpenAL Soft Binary Distribution
+
+These binaries are provided as a convenience. Users and developers may use it
+so they can use OpenAL Soft without having to build it from source.
+
+Note that it is still expected to install the OpenAL redistributable provided
+by Creative Labs (at http://openal.org/), as that will provide the "router"
+OpenAL32.dll that applications talk to, and may provide extra drivers for the
+user's system. The DLLs provided here will simply add additional devices for
+applications to select from. If you do not wish to use the redistributable,
+then rename soft_oal.dll to OpenAL32.dll (note: even the 64-bit DLL should be
+named OpenAL32.dll). Just be aware this will prevent other system-installed
+OpenAL implementations from working.
+
+To use the 32-bit DLL, copy it from the bin\Win32 folder to the folder that
+the 32-bit OpenAL32.dll router is installed in.
+For 32-bit Windows, the Win32 DLL will typically go into the system32 folder.
+For 64-bit Windows, the Win32 DLL will typically go into the SysWOW64 folder.
+
+To use the 64-bit DLL, copy it from the bin\Win64 folder to the folder that
+the 64-bit OpenAL32.dll router is installed in.
+For 64-bit Windows, this will typically be the system32 folder.
+
+The included openal-info32.exe and openal-info64.exe programs can be used to
+tell if the OpenAL Soft DLL is being detected. It should be run from a command
+shell, as the program will exit as soon as it's done printing information.
+
+A configuration GUI app is provided in the alsoft-config folder. It is a front-
+end to editing %AppData%\alsoft.ini, which can be used to modify certain
+behaviors for OpenAL Soft devices.
+
+Have fun!