mirror of
https://github.com/alexkay/spek.git
synced 2025-04-18 17:37:39 +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) {
|
if (i == k) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (plan->get_output(i) > -150.0f) {
|
if (plan->get_output(i) > -149.0f) {
|
||||||
silence = false;
|
silence = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user