Skip to content

Commit

Permalink
Update NoiseFIlter test
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Dec 23, 2018
1 parent b4556e9 commit aedab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WECore/CarveDSP/Tests/CarveNoiseFilterTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
SCENARIO("CarveNoiseFilter: Silence in = silence out") {
GIVEN("A CarveNoiseFilter and a buffer of silent samples") {
std::vector<float> buffer(1024);
WECore::Carve::NoiseFilter mFilter(20, 20000);
WECore::Carve::NoiseFilter<float> mFilter(20, 20000);
mFilter.setSampleRate(48000);

WHEN("The silence samples are processed") {
Expand Down

0 comments on commit aedab10

Please sign in to comment.