From 68f0d202714b85c9b5e649dcefc41df58fe8e31e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 30 Mar 2008 16:20:24 +0200 Subject: [PATCH 1/1] Increase aggressiveness of the compress filter. --- compress_filter.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress_filter.ggo b/compress_filter.ggo index 4b475808..3f4f8e2e 100644 --- a/compress_filter.ggo +++ b/compress_filter.ggo @@ -1,7 +1,7 @@ section "The dynamic audio range compressor" option "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="15" optional -option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" optional +option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="4" optional option "inertia" i "how much inertia ramping has" int typestr="number" default="6" optional option "target_level" t "target signal level (0-32768)" int typestr="number" default="20000" optional option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" optional -- 2.30.2