Skip to content

Client Config File

Fabric/NeoForge/Forge/Quilt

config/voicechat/voicechat-client.properties

Config keyDescriptionDefault value
onboarding_finishedIf the voice chat onboarding process has been finished
See this for more information
false
voice_chat_volumeThe voice chat volume1.0
voice_activation_thresholdThe threshold for voice activation in dB-50.0
microphone_amplificationThe voice chat microphone amplification1.0
microphone_activation_typeMicrophone activation type
Possible values are PTT and VOICE
PTT
output_buffer_sizeThe size of the audio output buffer in packets
Higher values mean a higher latency, but less crackles
Increase this value if you have an unstable internet connection
5
audio_packet_thresholdThe maximum amount of audio packets that are held back if a packet arrives out of order or gets dropped
This prevents discarding audio packets that are slightly out of order
Set this to 0 to disable
3
voice_deactivation_delayThe time it takes for the microphone to deactivate when using voice activation
A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, ...
25
microphoneThe microphone used by the voice chat
Empty for default device
speakerThe speaker used by the voice chat
Empty for default device
mutedIf the microphone is muted (only when using voice activation)true
disabledIf the voice chat is disabled (sound and microphone off)false
hide_iconsIf the voice chat icons should be hiddenfalse
show_group_hudIf the group HUD should be visibletrue
show_own_group_iconIf the own icon should be shown when in a grouptrue
group_hud_icon_scaleThe scale of the group HUD2.0
group_player_icon_orientationThe orientation of the player icons in the group HUD
Possible values are VERTICAL and HORIZONTAL
VERTICAL
group_player_icon_pos_xThe X position of the player icons in the group HUD
Negative values mean anchoring to the right
4
group_player_icon_pos_yThe Y position of the player icons in the group HUD
Negative values mean anchoring to the bottom
4
hud_icon_pos_xThe X position of the HUD icons
Negative values mean anchoring to the right
16
hud_icon_pos_yThe Y position of the HUD icons
Negative values mean anchoring to the bottom
-16
hud_icon_scaleThe scale of the HUD icons1.0
recording_destinationThe location where recordings should be saved
Leave empty for default location
recording_qualityThe quality of the recorded audio
0 = highest quality, 9 = lowest quality
2
denoiserIf noise cancellation should be enabledfalse
run_local_serverIf voice chat should work in singleplayer/LAN worldstrue
java_microphone_implementationWhether to use the Java implementation of microphone capturing instead of OpenALtrue for MacOS, false for every other OS
macos_check_microphone_permissionIf the mod should check for microphone permissions (MacOS only)true
show_fake_players_disconnectedIf fake players should have the disconnected icon above their headfalse
offline_player_volume_adjustmentIf the volume adjustment GUI should also show offline playersfalse
audio_typeThe 3D audio type
Possible values are NORMAL, REDUCED and OFF
NORMAL
use_nativesIf the mod should load native libraries
If set to false, the Java Opus implementation will be used, the denoiser won't be available and you won't be able to record audio.
true
freecam_modeHow listening to other players should work when using freecam mods
Possible values:
CAMERA You will hear voice chat audio around your camera. Whether you hear distant audio depends on the voice chat broadcast range of the server
PLAYER You will hear voice chat audio around your player no matter where your camera is
See this for more information
CAMERA
mute_on_joinIf enabled, you will be automatically muted when joining a world

ModRepo Release 1478b4b