# If the voice chat icons next to player names should be visible
show_nametag_icons=true
# If the voice chat icons on the HUD should be visible
show_hud_icons=true
# If the group chat HUD should be visible
show_group_hud=true
# If your own player icon should be displayed in the group chat HUD when you are in a group
show_own_group_icon=true
# The scale of the player icons in the group chat HUD
group_hud_icon_scale=2.0
# The orientation of the player icons in the group chat HUD
# Valid values are 'VERTICAL' and 'HORIZONTAL'
group_player_icon_orientation=VERTICAL
# The X position of the player icons in the group chat HUD
# Negative values mean anchoring to the right instead
group_player_icon_pos_x=4
# The Y position of the player icons in the group chat HUD
# Negative values mean anchoring to the bottom instead
group_player_icon_pos_y=4
# The X position of the icons in the voice chat HUD
# Negative values mean anchoring to the right instead
hud_icon_pos_x=16
# The Y position of the icons in the voice chat HUD
# Negative values mean anchoring to the bottom instead
hud_icon_pos_y=-16
# The scale of the icons in the voice chat HUD, such as microphone or connection status
hud_icon_scale=1.0
# The location where recordings should be saved
# Leave blank to use the default location
recording_destination=
# The quality of the recorded voice chat audio
# 0 = highest quality, 9 = lowest quality
recording_quality=2
# If noise suppression should be enabled
denoiser=true
# If the voice chat should work in singleplayer or in worlds shared over LAN
run_local_server=true
# Whether to use the Java implementation of microphone capture instead of OpenAL
java_microphone_implementation=false
# If the mod should check for microphone permissions (macOS only)
macos_check_microphone_permission=true
# If fake players should have the disconnected icon above their head
show_fake_players_disconnected=false
# If the volume adjustment interface should also display offline players
offline_player_volume_adjustment=false
# The 3D audio type
# Valid values are 'NORMAL', 'REDUCED', and 'OFF'
audio_type=NORMAL
# If the mod should load native libraries on the client
# When disabled, the Java Opus implementation will be used instead, automatic gain control won't be available, noise suppression won't be available, and you won't be able to record the voice chat audio
use_natives=true
# 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 server
# PLAYER: You will hear the voice chat around your character no matter where your camera is
freecam_mode=CAMERA
# If enabled, you will be automatically muted when joining a world