diff options
author | Sean Greenslade <sean@seangreenslade.com> | 2017-03-14 19:36:24 -0700 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2017-05-17 04:37:39 +0200 |
commit | c934c373e16acc7b7db6a374b1047649a0875dc3 (patch) | |
tree | 0a22ba27e4da52e99647955bbe9bacb1fb4fcae4 /contrib | |
parent | f3ccc0628f3340e1f77eb38084ece2521db9d737 (diff) | |
download | pianobar-windows-c934c373e16acc7b7db6a374b1047649a0875dc3.tar.gz pianobar-windows-c934c373e16acc7b7db6a374b1047649a0875dc3.tar.bz2 pianobar-windows-c934c373e16acc7b7db6a374b1047649a0875dc3.zip |
Added gain_mul setting to soften effect of replaygain.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pianobar.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 910af9a..0619735 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -366,6 +366,12 @@ Your pandora.com username. .B volume = 0 Initial volume correction in dB. Usually between -30 and +5. +.TP +.B gain_mul = 1.0 +Pandora sends a ReplayGain value with every song. This sets a multiplier so that the gain adjustment can be +reduced. 0.0 means no gain adjustment, 1.0 means full gain adjustment, values inbetween reduce the magnitude +of gain adjustment. + .SH REMOTE CONTROL .B pianobar can be controlled through a fifo. You have to create it yourself by executing |