From 9ec666f2a3dfd28890644748faf71375da993b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 31 Mar 2024 01:17:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(mpv):=20set=20defau?= =?UTF-8?q?lt=20volume=20to=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mpv/mpv.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d4850ef3..84c4d6e9 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -39,8 +39,8 @@ profile-restore=copy-equal # ===== Audio ===== -# Sets volume to 60%. -volume=60 +# Sets volume to 100%. +volume=100 # Normalizes audio # af-add='dynaudnorm=g=5:f=250:r=0.9:p=0.5' @@ -274,4 +274,3 @@ profile=protocol.http profile-restore=copy-equal # Sets the profile restore method to "copy if equal" profile-desc=ytdl profile=protocol.http -