Commit 522b2028 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Preserve a tiny bit of headroom by limiting to [-0.99:0.99].

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent b5963ad7
......@@ -38,7 +38,7 @@ public:
static constexpr int mark_sample_rate = 44100; // watermark generation and detection sample rate
static constexpr double limiter_block_size_ms = 1000;
static constexpr double limiter_ceiling = 1.0;
static constexpr double limiter_ceiling = 0.99;
static int test_cut; // for sync test
static bool test_no_sync;
......
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