# 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, the denoiser 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