summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2021-04-29 15:59:19 -0700
committerCallum Prentice <callum@lindenlab.com>2021-04-29 15:59:19 -0700
commit0dd53d7b5b934ee4fdc312f26ec58530f5b45091 (patch)
tree09405684104853bb8d822d67e662986c4609d246 /indra/newview/app_settings
parente3721fe66e2472eaf6bffd4bf4e2b9ec5edd2506 (diff)
Expose the flag to turn automatic VAD on and off. We will likely keep it off since that appears to be working well for us but others may want to turn in on
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/settings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 07f9511cf2..dcbbf64a97 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -14426,7 +14426,17 @@
<integer>44125</integer>
</map>
-
+ <key>VivoxVadAuto</key>
+ <map>
+ <key>Comment</key>
+ <string>A flag indicating if the automatic VAD is enabled (1) or disabled (0). The individual settings are ignored if the auto-mode is enabled</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>U32</string>
+ <key>Value</key>
+ <integer>0</integer>
+ </map>
<key>VivoxVadHangover</key>
<map>
<key>Comment</key>