Add mpv profile for loudness normalization
This commit is contained in:
parent
7353abb58c
commit
c528134912
1 changed files with 6 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue