diff options
author | Chris Robinson <[email protected]> | 2023-03-17 08:39:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-17 08:39:18 -0700 |
commit | 186a29b77d8ec01c14d13797f9d51c7c21b22b60 (patch) | |
tree | 1817aac09c3e404132db2baa15d883726edc00de /alsoftrc.sample | |
parent | 24508c3901ad9df62b264d5c0d8b7294bb0e218f (diff) |
Add a compat option to restore AL_SOFT_buffer_sub_data
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index d894791e..2906cca4 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -646,6 +646,13 @@ # kilometer per unit, a value of 1000 will correctly adjust the filters. #nfc-scale = 1 +## enable-sub-data-ext: (global) +# Enables the AL_SOFT_buffer_sub_data extension, disabling the +# AL_EXT_SOURCE_RADIUS extension. These extensions are incompatible, so only +# one can be available. The latter extension is more commonly used, but this +# option can be enabled for older apps that want the former extension. +#enable-sub-data-ext = false + ## reverse-x: (global) # Reverses the local X (left-right) position of 3D sound sources. #reverse-x = false |