Commit 6a386317 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Print detected speed during audiowmark get.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent b8d67ddb
......@@ -555,6 +555,7 @@ decode_and_report (const WavData& wav_data, const string& orig_pattern)
// speeds closer to 1.0 than this usually work without stretching before decode
if (speed < 0.9999 || speed > 1.0001)
{
printf ("speed %.6f\n", speed);
WavData wav_data_speed = resample (wav_data, Params::mark_sample_rate * speed);
result_set.set_speed_pattern (true);
......
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