diff options
author | Callum Prentice <callum@lindenlab.com> | 2021-04-29 15:59:19 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2021-04-29 15:59:19 -0700 |
commit | 0dd53d7b5b934ee4fdc312f26ec58530f5b45091 (patch) | |
tree | 09405684104853bb8d822d67e662986c4609d246 /indra/newview/app_settings | |
parent | e3721fe66e2472eaf6bffd4bf4e2b9ec5edd2506 (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.xml | 12 |
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> |