Client Config File
Fabric/NeoForge/Forge/Quilt
config/voicechat/voicechat-client.properties
Config key | Description | Default value |
---|---|---|
onboarding_finished | If the voice chat onboarding process has been finished See this for more information | false |
voice_chat_volume | The voice chat volume | 1.0 |
voice_activation_threshold | The threshold for the voice activation method (in dB) | -50.0 |
microphone_amplification | The voice chat microphone amplification | 1.0 |
microphone_activation_type | The microphone activation method Valid values are PTT and VOICE | PTT |
output_buffer_size | The 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_threshold | The 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_delay | The 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 |
microphone | The microphone used by the voice chat Leave blank to use the default device |
|
speaker | The speaker used by the voice chat Leave blank to use the default device |
|
muted | If the microphone is muted (only relevant for the voice activation method) | true |
disabled | If the voice chat is disabled (both sound and microphone off) | false |
hide_icons | If the voice chat HUD, group chat HUD, and other in-game icons should be hidden | false |
show_group_hud | If the group chat HUD should be visible | true |
show_own_group_icon | If your own player icon should be displayed in the group chat HUD when you are in a group | true |
group_hud_icon_scale | The scale of the player icons in the group chat HUD | 2.0 |
group_player_icon_orientation | The orientation of the player icons in the group chat HUD Valid values are VERTICAL and HORIZONTAL | VERTICAL |
group_player_icon_pos_x | The X position of the icons in the voice chat HUD Negative values mean anchoring to the right instead | 4 |
group_player_icon_pos_y | The Y position of the player icons in the group chat HUD Negative values mean anchoring to the bottom instead | 4 |
hud_icon_pos_x | The X position of the HUD icons Negative values mean anchoring to the right instead | 16 |
hud_icon_pos_y | The Y position of the icons in the voice chat HUD Negative values mean anchoring to the bottom instead | -16 |
hud_icon_scale | The scale of the HUD icons | 1.0 |
recording_destination | The location where recordings should be saved Leave blank to use the default location |
|
recording_quality | The quality of the recorded audio 0 = highest quality, 9 = lowest quality | 2 |
denoiser | If noise suppression should be enabled | false |
run_local_server | If the voice chat should work in singleplayer or in worlds shared over LAN | true |
java_microphone_implementation | Whether to use the Java implementation of microphone capture instead of OpenAL | true for MacOS, false for every other OS |
macos_check_microphone_permission | If the mod should check for microphone permissions (macOS only) | true |
show_fake_players_disconnected | If fake players should have the disconnected icon above their head | false |
offline_player_volume_adjustment | If the volume adjustment interface should also display offline players | false |
audio_type | The 3D audio type Valid values are NORMAL , REDUCED and OFF | NORMAL |
use_natives | If 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_mode | How 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 serverPLAYER You will hear the voice chat around your character no matter where your camera isSee this for more information | CAMERA |
mute_on_join | If enabled, you will be automatically muted when joining a world |