Improve loudness normalization (#410)

This commit is contained in:
vfsfitvnm
2022-10-27 18:28:00 +02:00
parent 5878b0ebdd
commit a43b6f10e3
2 changed files with 24 additions and 26 deletions

View File

@@ -100,7 +100,7 @@ fun PlayerSettings() {
SwitchSettingEntry(
title = "Loudness normalization",
text = "Lower the volume to a standard level",
text = "Adjust the volume to a fixed level",
isChecked = volumeNormalization,
onCheckedChange = {
volumeNormalization = it