Commit 93744fa8 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Bump padding at start to 5sec.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent ab960fe3
......@@ -41,7 +41,7 @@ namespace Params
static double sync_threshold1 = 0.5; // minimum grid quality value (search_step grid)
static double sync_threshold2 = 0.7; // minimum refined quality
static size_t frames_pad_start = 100; // padding at start, in case track starts with silence
static size_t frames_pad_start = 250; // padding at start, in case track starts with silence
static int test_cut = 0; // for sync test
}
......
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