summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2021-04-20 15:52:00 -0700
committerCallum Prentice <callum@lindenlab.com>2021-04-20 15:52:00 -0700
commit6e7b0fc8823118127b3d182bbe13c43304f918b1 (patch)
treece22d8f912102a735191bc6961ca9ed194c724fc /indra/newview/llvoicevivox.h
parent167e45e309ebeaccb346b8ca05884b8e10bf05eb (diff)
SL-15072: First part of adding ability to disable the VIVOX auto VAD feature and set our own values via Debug Settings - hardcoded currently for testing but will be pulled from global settings eventually
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r--indra/newview/llvoicevivox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index 699c85066b..7985eae6e4 100644
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -446,6 +446,8 @@ protected:
// local audio updates, mic mute, speaker mute, mic volume and speaker volumes
void sendLocalAudioUpdates();
+ // disable auto-VAD and configure VAD parameters explicitly
+ void LLVivoxVoiceClient::setupVADParams(unsigned int vad_hangover, unsigned int vad_noise_floor, unsigned int vad_sensitivity);
/////////////////////////////
// Response/Event handlers