VoIP: functionality to adjust incoming audio gain, per-user.

This commit is contained in:
Ryan C. Gordon 2008-06-04 21:50:00 +00:00
parent cc18323a99
commit 020704d2ff
4 changed files with 41 additions and 3 deletions

View file

@ -935,6 +935,8 @@ void CL_FirstSnapshot( void ) {
clc.speexInitialized = qtrue;
clc.voipMuteAll = qfalse;
Cmd_AddCommand ("voip", CL_Voip_f);
Cvar_Set("cl_voipSendTarget", "all");
clc.voipTarget1 = clc.voipTarget2 = clc.voipTarget3 = 0x7FFFFFFF;
}
#endif
}