diff options
author | Sven Gothel <[email protected]> | 2019-12-12 19:21:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-12 19:21:00 +0100 |
commit | 4df06c6894b39af5bf4681c0acf0c1c080084c80 (patch) | |
tree | 2505eb6e3b5798db34033c4cac2d4613bf6bda44 /docs/env-vars.txt | |
parent | 8915501ed02eac2b3bce9a7fc06cb1ab562901c3 (diff) | |
parent | c0cf323e1d56ce605e90927324d2fdafcfbb564a (diff) |
merge v1.20.0
Diffstat (limited to 'docs/env-vars.txt')
-rw-r--r-- | docs/env-vars.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/env-vars.txt b/docs/env-vars.txt index a973ee81..fee9ffb0 100644 --- a/docs/env-vars.txt +++ b/docs/env-vars.txt @@ -11,9 +11,6 @@ Specifies the amount of logging OpenAL Soft will write out: 1 - Prints out errors only 2 - Prints out warnings and errors 3 - Prints out additional information, as well as warnings and errors -4 - Same as 3, but also device and context reference count changes. This will - print out *a lot* of info, and is generally not useful unless you're trying - to track a reference leak within the library. ALSOFT_LOGFILE Specifies a filename that logged output will be written to. Note that the file @@ -79,13 +76,3 @@ which some applications make use of to protect against partial updates. In an attempt to standardize on that behavior, OpenAL Soft has changed those methods accordingly. Setting this to "ignore" restores the previous no-op behavior for applications that interact poorly with the new behavior. - -__ALSOFT_REVERB_IGNORES_SOUND_SPEED -Older versions of OpenAL Soft ignored the app-specified speed of sound when -calculating distance-related reverb decays and always assumed the default -343.3m/s. Now, both of the AL_SPEED_OF_SOUND and AL_METERS_PER_UNIT properties -are taken into account for speed of sound adjustments to have an appropriate -affect on the reverb decay. Consequently, applications that use reverb but -don't set these properties properly may find the reverb decay too strong. -Setting this to "true" or "1" will revert to the old behavior for those apps -and assume the default speed of sound for reverb. |