mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
Update OpenAL Soft to commit 414b56edec5441211dc924fef365c54267c04f1c
This commit is contained in:
@@ -149,10 +149,11 @@
|
||||
# Selects the resampler used when mixing sources. Valid values are:
|
||||
# point - nearest sample, no interpolation
|
||||
# linear - extrapolates samples using a linear slope between samples
|
||||
# sinc4 - extrapolates samples using a 4-point Sinc filter
|
||||
# bsinc - extrapolates samples using a band-limited Sinc filter (varying
|
||||
# between 12 and 24 points, with anti-aliasing)
|
||||
# Specifying other values will result in using the default (linear).
|
||||
# cubic - extrapolates samples using a Catmull-Rom spline
|
||||
# bsinc12 - extrapolates samples using a band-limited Sinc filter (varying
|
||||
# between 12 and 24 points, with anti-aliasing)
|
||||
# bsinc24 - extrapolates samples using a band-limited Sinc filter (varying
|
||||
# between 24 and 48 points, with anti-aliasing)
|
||||
#resampler = linear
|
||||
|
||||
## rt-prio: (global)
|
||||
@@ -181,6 +182,14 @@
|
||||
# than the default has no effect.
|
||||
#sends = 16
|
||||
|
||||
## front-stablizer:
|
||||
# Applies filters to "stablize" front sound imaging. A psychoacoustic method
|
||||
# is used to generate a front-center channel signal from the front-left and
|
||||
# front-right channels, improving the front response by reducing the combing
|
||||
# artifacts and phase errors. Consequently, it will only work with channel
|
||||
# configurations that include front-left, front-right, and front-center.
|
||||
#front-stablizer = false
|
||||
|
||||
## output-limiter:
|
||||
# Applies a gain limiter on the final mixed output. This reduces the volume
|
||||
# when the output samples would otherwise clamp, avoiding excessive clipping
|
||||
@@ -211,7 +220,7 @@
|
||||
# Sets which effects to exclude, preventing apps from using them. This can
|
||||
# help for apps that try to use effects which are too CPU intensive for the
|
||||
# system to handle. Available effects are: eaxreverb,reverb,chorus,compressor,
|
||||
# distortion,echo,equalizer,flanger,modulator,dedicated
|
||||
# distortion,echo,equalizer,flanger,modulator,dedicated,pshifter
|
||||
#excludefx =
|
||||
|
||||
## default-reverb: (global)
|
||||
@@ -277,7 +286,7 @@ nfc = true
|
||||
nfc-ref-delay =
|
||||
|
||||
## quad:
|
||||
# Decoder configuration file for Quadrophonic channel output. See
|
||||
# Decoder configuration file for Quadraphonic channel output. See
|
||||
# docs/ambdec.txt for a description of the file format.
|
||||
quad =
|
||||
|
||||
@@ -310,12 +319,6 @@ surround71 =
|
||||
# value of 0 means no change.
|
||||
#boost = 0
|
||||
|
||||
## emulate-eax: (global)
|
||||
# Allows the standard reverb effect to be used in place of EAX reverb. EAX
|
||||
# reverb processing is a bit more CPU intensive than standard, so this option
|
||||
# allows a simpler effect to be used at the loss of some quality.
|
||||
#emulate-eax = false
|
||||
|
||||
##
|
||||
## PulseAudio backend stuff
|
||||
##
|
||||
@@ -441,9 +444,9 @@ surround71 =
|
||||
#buffer-size = 0
|
||||
|
||||
##
|
||||
## MMDevApi backend stuff
|
||||
## WASAPI backend stuff
|
||||
##
|
||||
[mmdevapi]
|
||||
[wasapi]
|
||||
|
||||
##
|
||||
## DirectSound backend stuff
|
||||
|
||||
Reference in New Issue
Block a user