Skip to content

Commit

Permalink
Even more AirWindows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Feb 18, 2024
1 parent 7679399 commit c390b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grit/audio/airwindows/airwindows_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ auto test(auto sampleRate) -> void
proc.setDeRez(param(rng));
}

for (auto i{0}; i < static_cast<int>(sampleRate * 2); ++i) {
for (auto i{0}; i < static_cast<int>(sampleRate); ++i) {
auto out = proc(signal(rng));
REQUIRE(etl::isfinite(out));
}
Expand Down

0 comments on commit c390b65

Please sign in to comment.