-
Notifications
You must be signed in to change notification settings - Fork 0
[VoiceChatLib] Setting up the settings
Sh1zok edited this page Apr 25, 2026
·
1 revision
All library settings values are stored in the root of the library itself: voiceChat
The time interval in ticks between sending pings for synchronizing voiceChat.get.hostVoiceVolume
voiceChat.hostVoiceVolumeRefreshRateTicks = 5 -- Now the interval between pings is a quarter of a secondTip
Default value hostVoiceVolumeRefreshRateTicks: 2 Ticks
Smoothing strength smoothHostVoiceVolume, affects the speed of mouth closing/opening when used in this example.
voiceChat.voiceSmoothingStrenght = 40 -- Now the speed of closing/opening the mouth is twice as fastTip
Default value voiceSmoothingStrenght: 20
The value below which the voice is cut off in order to save pings.
voiceChat.voiceCutoffThreshold = 0.1Tip
Default value voiceCutoffThreshold: 0.05