VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.
This commit is contained in:
parent
894a22ec84
commit
1e21a3e258
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue