diff options
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 9311f3ba78..04952a3659 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1328,12 +1328,13 @@ void LLVivoxVoiceClient::stateMachine() if (LLVoiceClient::instance().getVoiceEffectEnabled()) { - // request the set of available voice fonts + // Request the set of available voice fonts. setState(stateVoiceFontsWait); refreshVoiceEffectLists(true); } else { + // If voice effects are disabled, pretend we've received them and carry on. setState(stateVoiceFontsReceived); } @@ -7663,7 +7664,7 @@ void LLVivoxProtocolParser::processResponse(std::string tag) } else if (!stricmp(eventTypeCstr, "AuxAudioPropertiesEvent")) { - // These are really spamming in tuning mode + // These are really spammy in tuning mode squelchDebugOutput = true; LLVivoxVoiceClient::getInstance()->auxAudioPropertiesEvent(energy); |