From 96954e570a1143c25cd7674d4551e9813afd1416 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu, 9 Mar 2017 14:35:32 +0100
Subject: Make adjustment more precise by default

---
 adjmix/Adjmix.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'adjmix')

diff --git a/adjmix/Adjmix.hs b/adjmix/Adjmix.hs
index bc04a50..debeab3 100644
--- a/adjmix/Adjmix.hs
+++ b/adjmix/Adjmix.hs
@@ -61,7 +61,7 @@ optionParser = do
                        ])
           ]
         adjBy = option auto (mconcat
-                             [ long "by", short 'b', metavar "LEVEL", value (read "5dB"), showDefault
+                             [ long "by", short 'b', metavar "LEVEL", value (read "2.5dB"), showDefault
                              , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’"
                              ])
       in ($) <$> adjMode <*> adjBy
-- 
cgit v1.2.3