mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +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;
|
encoder = NULL;
|
||||||
}
|
}
|
||||||
opus_encoder_ctl(encoder, OPUS_SET_VBR(0));
|
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_encoder = encoder;
|
||||||
g_local_opus_frame = 0;
|
g_local_opus_frame = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue