mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
VoIP: functionality to adjust incoming audio gain, per-user.
This commit is contained in:
parent
cc18323a99
commit
020704d2ff
4 changed files with 41 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue