mirror of
https://github.com/alexkay/spek.git
synced 2025-04-13 15:27:24 +03:00
Fix FFT unit tests (#263)
This commit is contained in:
parent
5d56c308be
commit
0998df9a7a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user