Commit 5c33ceec authored by Stefan Westerfeld's avatar Stefan Westerfeld

Reduce search range for 3rd speed detection step.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent d0092cd8
......@@ -595,7 +595,7 @@ detect_speed (const WavData& in_data, bool print_results)
{
.seconds = 50,
.step = 1.00005,
.n_steps = 20,
.n_steps = 10,
.n_center_steps = 0,
.interpolate = false
};
......
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