diff options
author | Jacek Antonelli | 2009-01-28 20:04:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-28 20:05:02 -0600 |
commit | 0ef11cf31364456ec247b0fc7ad8f6d1de408400 (patch) | |
tree | 50754b286468147a70271253a2a74215c80e1354 /linden/indra/newview/llvoiceclient.cpp | |
parent | Second Life viewer sources 1.22.5-RC (diff) | |
download | meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.zip meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.gz meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.bz2 meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.xz |
Second Life viewer sources 1.22.6-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoiceclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp index b1bf989..3bec16f 100644 --- a/linden/indra/newview/llvoiceclient.cpp +++ b/linden/indra/newview/llvoiceclient.cpp | |||
@@ -932,6 +932,8 @@ void LLVoiceClient::updateSettings() | |||
932 | setCaptureDevice(inputDevice); | 932 | setCaptureDevice(inputDevice); |
933 | std::string outputDevice = gSavedSettings.getString("VoiceOutputAudioDevice"); | 933 | std::string outputDevice = gSavedSettings.getString("VoiceOutputAudioDevice"); |
934 | setRenderDevice(outputDevice); | 934 | setRenderDevice(outputDevice); |
935 | F32 mic_level = gSavedSettings.getF32("AudioLevelMic"); | ||
936 | setMicGain(mic_level); | ||
935 | setLipSyncEnabled(gSavedSettings.getBOOL("LipSyncEnabled")); | 937 | setLipSyncEnabled(gSavedSettings.getBOOL("LipSyncEnabled")); |
936 | } | 938 | } |
937 | 939 | ||