From: Andre Noll Date: Mon, 23 Jul 2018 08:52:14 +0000 (+0200) Subject: compress: Apply damping later. X-Git-Tag: v0.6.3~42^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=e0441a354b25f6fdd97480fe4e1f4f942347611f;hp=e0441a354b25f6fdd97480fe4e1f4f942347611f;p=paraslash.git compress: Apply damping later. This changes the algorithm of the compress filter to apply the right shift defined by the --damp argument *after* the peak value of the current block has been computed. This makes damping orthogonal to the dynamic volume adjustments. However, we increase the downshift so that the initial value of the gain multiplier results in a right shift by one. Hence the expected peak value is 16384, so make this the default target gain. ---