summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2021-04-29 15:59:19 -0700
committerCallum Prentice <callum@lindenlab.com>2021-04-29 15:59:19 -0700
commit0dd53d7b5b934ee4fdc312f26ec58530f5b45091 (patch)
tree09405684104853bb8d822d67e662986c4609d246 /indra/newview/llvoicevivox.h
parente3721fe66e2472eaf6bffd4bf4e2b9ec5edd2506 (diff)
Expose the flag to turn automatic VAD on and off. We will likely keep it off since that appears to be working well for us but others may want to turn in on
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r--indra/newview/llvoicevivox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index 960030659d..75ff5429f3 100644
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -474,7 +474,7 @@ protected:
/////////////////////////////
// VAD changes
// disable auto-VAD and configure VAD parameters explicitly
- void setupVADParams(unsigned int vad_hangover, unsigned int vad_noise_floor, unsigned int vad_sensitivity);
+ void setupVADParams(unsigned int vad_auto, unsigned int vad_hangover, unsigned int vad_noise_floor, unsigned int vad_sensitivity);
void onVADSettingsChange();
/////////////////////////////