diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2024-07-02 13:52:51 -0700 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-07-02 13:52:51 -0700 |
| commit | af21783ffa06c6fd97c34856ad620fc14e89bb98 (patch) | |
| tree | 9387e21b63a8a489508baa8e47138bf51d2de657 /indra/newview/llvoiceclient.cpp | |
| parent | 9bc3dfbdeaba904999880f6b59306128c98469e8 (diff) | |
EnableVoiceMorphing should default to true
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
| -rw-r--r-- | indra/newview/llvoiceclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 779f4e3176..f128c03023 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -137,7 +137,7 @@ LLVoiceClient::LLVoiceClient(LLPumpIO *pump) mSpatialVoiceModule(NULL), mNonSpatialVoiceModule(NULL), m_servicePump(NULL), - mVoiceEffectEnabled(LLCachedControl<bool>(gSavedSettings, "VoiceMorphingEnabled", false)), + mVoiceEffectEnabled(LLCachedControl<bool>(gSavedSettings, "VoiceMorphingEnabled", true)), mVoiceEffectDefault(LLCachedControl<std::string>(gSavedPerAccountSettings, "VoiceEffectDefault", "00000000-0000-0000-0000-000000000000")), mVoiceEffectSupportNotified(false), mPTTDirty(true), |
