Commit a34a277f authored by Stefan Westerfeld's avatar Stefan Westerfeld

Change default for pre_scale to match current watermark delta.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 8710667a
......@@ -24,7 +24,7 @@ namespace Params
static int max_band = 100;
static int min_band = 20;
static double water_delta = 0.015; // strength of the watermark
static double pre_scale = 0.75; // rescale the signal to avoid clipping after watermark is added
static double pre_scale = 0.95; // rescale the signal to avoid clipping after watermark is added
}
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment