VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.

This commit is contained in:
Ryan C. Gordon 2008-07-05 04:38:16 +00:00
parent 894a22ec84
commit 1e21a3e258
3 changed files with 15 additions and 1 deletions

View file

@ -416,6 +416,7 @@ extern cvar_t *cl_voipVADThreshold;
extern cvar_t *cl_voipSend;
extern cvar_t *cl_voipSendTarget;
extern cvar_t *cl_voipGainDuringCapture;
extern cvar_t *cl_voipCaptureMult;
extern cvar_t *cl_voipShowMeter;
extern cvar_t *voip;
#endif