forked from teamnwah/openmw-tes3coop
Increase the default buffer cache sizes
This commit is contained in:
parent
033303b911
commit
ec01b89e59
1 changed files with 2 additions and 2 deletions
|
@ -313,11 +313,11 @@ voice volume = 0.8
|
||||||
# Minimum size to use for the sound buffer cache, in MB. When the cache is
|
# Minimum size to use for the sound buffer cache, in MB. When the cache is
|
||||||
# filled, old buffers will be unloaded until it's using no more than this much
|
# filled, old buffers will be unloaded until it's using no more than this much
|
||||||
# memory. Must be less than or equal to 'buffer cache max'.
|
# memory. Must be less than or equal to 'buffer cache max'.
|
||||||
buffer cache min = 14
|
buffer cache min = 56
|
||||||
|
|
||||||
# Maximum size to use for the sound buffer cache, in MB. The cache can use up
|
# Maximum size to use for the sound buffer cache, in MB. The cache can use up
|
||||||
# to this much memory until old buffers get purged.
|
# to this much memory until old buffers get purged.
|
||||||
buffer cache max = 16
|
buffer cache max = 64
|
||||||
|
|
||||||
# Specifies whether to enable HRTF processing. Valid values are: -1 = auto,
|
# Specifies whether to enable HRTF processing. Valid values are: -1 = auto,
|
||||||
# 0 = off, 1 = on.
|
# 0 = off, 1 = on.
|
||||||
|
|
Loading…
Reference in a new issue