Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix loading small IRs
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 3, 2023
1 parent c7cfd6c commit d85939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ConvolutionReverb/TwoStageThreadedConvolver.hpp
Expand Up @@ -63,7 +63,7 @@ class TwoStageThreadedConvolver : public fftconvolver::TwoStageFFTConvolver,
}

nonThreadedConvolver = new fftconvolver::FFTConvolver();
return true;
return nonThreadedConvolver->init(kHeadBlockSize, ir, irLen);
}

void process(const fftconvolver::Sample* const input, fftconvolver::Sample* const output, const size_t len)
Expand Down

0 comments on commit d85939a

Please sign in to comment.