From c5281349125e1fd3e15e83f568c050776713f60b Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 1 Oct 2024 11:30:48 -0700 Subject: [PATCH] Add mpv profile for loudness normalization --- .config/mpv/mpv.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 09b2d46..c09615e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -25,3 +25,9 @@ image-display-duration=inf # Suspending the "screensaver" actually completely kills Wayland's idle detection # which in turn breaks everything I use that relies on it stop-screensaver=no + +# Provide a profile for volume normalization I can turn on and off at will +# Mostly for shoving a giant diverse playlist into for "idle noise" +[volnorm] +profile-desc="Normalize audio volume" +af=lavfi=[loudnorm=I=-16:TP=-3:LRA=4]