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 the voice activation method (in dB)-50.0
microphone_amplificationThe voice chat microphone amplification1.0
microphone_activation_typeThe microphone activation method
Valid 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 crackling
Increase this value if you have an unstable internet connection
5
audio_packet_thresholdThe maximum number of audio packets that should be held back if a packet arrives out of order or is dropped
This prevents audio packets that are only slightly out of order from being discarded
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, and so on
25
microphoneThe microphone used by the voice chat
Leave blank to use the default device
speakerThe speaker used by the voice chat
Leave blank to use the default device
mutedIf the microphone is muted (only relevant for the voice activation method)true
disabledIf the voice chat is disabled (both sound and microphone off)false
hide_iconsIf the voice chat HUD, group chat HUD, and other in-game icons should be hiddenfalse
show_group_hudIf the group chat HUD should be visibletrue
show_own_group_iconIf your own player icon should be displayed in the group chat HUD when you are in a grouptrue
group_hud_icon_scaleThe scale of the player icons in the group chat HUD2.0
group_player_icon_orientationThe orientation of the player icons in the group chat HUD
Valid values are VERTICAL and HORIZONTAL
VERTICAL
group_player_icon_pos_xThe X position of the icons in the voice chat HUD
Negative values mean anchoring to the right instead
4
group_player_icon_pos_yThe Y position of the player icons in the group chat HUD
Negative values mean anchoring to the bottom instead
4
hud_icon_pos_xThe X position of the HUD icons
Negative values mean anchoring to the right instead
16
hud_icon_pos_yThe Y position of the icons in the voice chat HUD
Negative values mean anchoring to the bottom instead
-16
hud_icon_scaleThe scale of the HUD icons1.0
recording_destinationThe location where recordings should be saved
Leave blank to use the default location
recording_qualityThe quality of the recorded audio
0 = highest quality, 9 = lowest quality
2
denoiserIf noise suppression should be enabledfalse
run_local_serverIf the voice chat should work in singleplayer or in worlds shared over LANtrue
java_microphone_implementationWhether to use the Java implementation of microphone capture 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 interface should also display offline playersfalse
audio_typeThe 3D audio type
Valid values are NORMAL, REDUCED and OFF
NORMAL
use_nativesIf the mod should load native libraries
When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio
true
freecam_modeHow listening to other players should work when using freecam mods
Valid values are 'CAMERA' and 'PLAYER'
CAMERA You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server
PLAYER You will hear the voice chat around your character 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 e8ad629