diff options
author | Callum Prentice <callum@lindenlab.com> | 2021-04-28 11:41:53 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2021-04-28 11:41:53 -0700 |
commit | 0ccb0306da93fa279909f45131009e80687f2f3d (patch) | |
tree | 44711462b3b3d32eb8d598f032f3c35447549222 /indra/newview/app_settings | |
parent | 5ef055fe69d64917ba1b40856ab02fc20036dffc (diff) |
After a small but successful test at our standup, we're going to make the default value for the VAD sensitivity 0 (off). The settings can all still be changed via Debug variables but this seems like a sensible starting point for the next test.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index bedf8a7bfe..5d2a678e7e 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -14453,13 +14453,13 @@ <map> <key>Comment</key> <string> - A dimensionless value between 0 and 100, indicating the 'sensitivity of the VAD'. Increasing this value corresponds to decreasing the sensitivity of the VAD</string> + A dimensionless value between 0 and 100, indicating the 'sensitivity of the VAD'. Increasing this value corresponds to decreasing the sensitivity of the VAD and 0 is turned off altogether</string> <key>Persist</key> <integer>1</integer> <key>Type</key> <string>U32</string> <key>Value</key> - <integer>40</integer> + <integer>0</integer> </map> <key>VoiceCallsFriendsOnly</key> <map> |