From 549643e0dc0d3faa7590539ced4cddaef6972286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 28 Mar 2024 13:14:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(mpv):=20disable=20n?= =?UTF-8?q?ormalize=20audio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pretty annoying most of the times --- .config/mpv/mpv.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 768ffaab..d4850ef3 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -43,7 +43,7 @@ profile-restore=copy-equal volume=60 # Normalizes audio -af-add='dynaudnorm=g=5:f=250:r=0.9:p=0.5' +# af-add='dynaudnorm=g=5:f=250:r=0.9:p=0.5' # ===== Color Space ===== target-trc=auto @@ -273,4 +273,5 @@ profile=protocol.http [protocol.ytdl] profile-restore=copy-equal # Sets the profile restore method to "copy if equal" profile-desc=ytdl -profile=protocol.http \ No newline at end of file +profile=protocol.http +