From d5610a5dc78b23f6c45bfc2b98a31255d6199456 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 9 Jun 2022 20:48:04 +0200 Subject: [PATCH] Cycle through sound normalization in MPV --- mpv/.config/mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf index 5a54a08..90fa3b2 100644 --- a/mpv/.config/mpv/input.conf +++ b/mpv/.config/mpv/input.conf @@ -1,3 +1,5 @@ ## Bind volume control to +/- + add volume 5 - add volume -5 +## Cycle through dynamic normalization, loud normalization or none +F1 cycle-values af "lavfi=[dynaudnorm=s=30]" "lavfi=[loudnorm]" ""