Skip to content

Commit

Permalink
Fix test-audio
Browse files Browse the repository at this point in the history
  • Loading branch information
baranovmv committed Apr 3, 2024
1 parent 21790f3 commit 727ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/roc_audio/test_freq_estimator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TEST(freq_estimator, small_queue_size) {

do {
fe.update(Target / 2);
} while (fe.freq_coeff() > 0.99f);
} while (fe.freq_coeff() > 0.997f);
}
}

Expand Down

0 comments on commit 727ba78

Please sign in to comment.