From f3a1442939ddf51de74dcaaa4445d2d48d26696e Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Tue, 12 Oct 2021 17:52:06 +0200 Subject: [PATCH] removed normalisation --- modules/apps/spotify.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/apps/spotify.nix b/modules/apps/spotify.nix index 60f450e..d4db51f 100644 --- a/modules/apps/spotify.nix +++ b/modules/apps/spotify.nix @@ -23,13 +23,7 @@ bitrate = 320; # Volume on startup between 0 and 100 - initial_volume = "50"; - - # If set to true, enables volume normalisation between songs. - volume_normalisation = true; - - # The normalisation pregain that is applied for each song. - normalisation_pregain = -10; + initial_volume = "70"; }; }; }; @@ -54,6 +48,8 @@ text: "248,248,242" # text in panes header: "248,248,242" # header text in panes (e.g. 'Title', # 'Artist', etc.) + behavior: + volume_increment: 5 ''; }; }