Skip to content

Commit

Permalink
Diffuser test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 7, 2023
1 parent f042dab commit 40337dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dsp_tests/chowdsp_dsp_juce_test/DiffuserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TEST_CASE ("Diffuser Test", "[dsp][reverb]")
{
static constexpr int nChannels = 4;
static constexpr int nStages = 4;
using TestDiffuser = chowdsp::Reverb::Diffuser<float, nChannels, chowdsp::DelayLineInterpolationTypes::None, 1 << 13>;
using TestDiffuser = chowdsp::Reverb::Diffuser<float, nChannels, chowdsp::DelayLineInterpolationTypes::None, 1 << 10>;

SECTION ("Energy Preserving Test")
{
Expand Down

0 comments on commit 40337dc

Please sign in to comment.