diff --git a/tests/test-fft.cc b/tests/test-fft.cc index 34519a1..6b19424 100644 --- a/tests/test-fft.cc +++ b/tests/test-fft.cc @@ -62,7 +62,7 @@ static void test_sine() if (i == k) { continue; } - if (plan->get_output(i) > -150.0f) { + if (plan->get_output(i) > -149.0f) { silence = false; break; }