mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase voice bitrate
This commit is contained in:
parent
9735d93ee1
commit
ca033d2ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -3743,7 +3743,7 @@ static void InitializeLocalVoiceEncoder(void)
|
|||
encoder = NULL;
|
||||
}
|
||||
opus_encoder_ctl(encoder, OPUS_SET_VBR(0));
|
||||
opus_encoder_ctl(encoder, OPUS_SET_BITRATE(10000));
|
||||
opus_encoder_ctl(encoder, OPUS_SET_BITRATE(28000));
|
||||
g_local_opus_encoder = encoder;
|
||||
g_local_opus_frame = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue