aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/client.h
diff options
context:
space:
mode:
authoricculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-08 07:29:25 +0000
committericculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-08 07:29:25 +0000
commit06b417ad1952ba223af455c13bc834690d851903 (patch)
tree34576a5a5e98fcc99a76a132a505b5dc16af7c4e /code/client/client.h
parent00eb1434b11cf43a1decf218d08d5ea8c9280a08 (diff)
downloadioquake3-aero-06b417ad1952ba223af455c13bc834690d851903.tar.gz
ioquake3-aero-06b417ad1952ba223af455c13bc834690d851903.zip
VoIP: tweaked VAD code.
Also added cl_voipVADThreshold cvar...if the power of a set of Speex frames doesn't exceed this value, it isn't transmitted. git-svn-id: svn://svn.icculus.org/quake3/trunk@1379 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client/client.h')
-rw-r--r--code/client/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/client/client.h b/code/client/client.h
index 1514582..329d67a 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -412,6 +412,7 @@ extern cvar_t *cl_mumbleScale;
// send to no one, or a comma-separated list of client numbers:
// "0,7,2,23" ... an empty string is treated like "all".
extern cvar_t *cl_voipUseVAD;
+extern cvar_t *cl_voipVADThreshold;
extern cvar_t *cl_voipSend;
extern cvar_t *cl_voipSendTarget;
extern cvar_t *cl_voipGainDuringCapture;