From e9f14bee6055b9a52b44074452f7e37b7f901ca9 Mon Sep 17 00:00:00 2001 From: icculus Date: Sat, 7 Jun 2008 14:40:59 +0000 Subject: VoIP: initial shot at voice activation. git-svn-id: svn://svn.icculus.org/quake3/trunk@1375 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index 3df4874..1514582 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -411,6 +411,7 @@ extern cvar_t *cl_mumbleScale; // cl_voipSendTarget is a string: "all" to broadcast to everyone, "none" to // 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_voipSend; extern cvar_t *cl_voipSendTarget; extern cvar_t *cl_voipGainDuringCapture; -- cgit v1.2.3