added changelog generator and updated configs

This commit is contained in:
2024-09-26 00:09:01 +02:00
parent 330f2c778c
commit f24c55858c
99 changed files with 9198 additions and 217 deletions

View File

@@ -1,7 +1,7 @@
# Simple Voice Chat client config v1.21.1-2.5.22
# If the voice chat onboarding process has been finished
onboarding_finished=false
onboarding_finished=true
# The voice chat volume
voice_chat_volume=1.0
# The threshold for voice activation in dB
@@ -29,7 +29,7 @@ microphone=
# Empty for default device
speaker=
# If the microphone is muted (only when using voice activation)
muted=true
muted=false
# If the voice chat is disabled (sound and microphone off)
disabled=false
# If the voice chat icons should be hidden
@@ -64,7 +64,7 @@ recording_destination=
# 0 = highest quality, 9 = lowest quality
recording_quality=2
# If noise cancellation should be enabled
denoiser=false
denoiser=true
# If voice chat should work in singleplayer/LAN worlds
run_local_server=true
# Whether to use the Java implementation of microphone capturing instead of OpenAL