Commit 66699cd9 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Bump first speed scan clip length to 25 seconds.

- this is slower
- this is more reliable
Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent be92d8e7
......@@ -388,7 +388,7 @@ detect_speed (const WavData& in_data, bool print_results)
/* first pass: find approximation for speed */
const SpeedScanParams scan1
{
.seconds = 21,
.seconds = 25,
/* step / n_steps / n_center_steps settings: speed approximately 0.8..1.25 */
.step = 1.0007,
......
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