I am trying to implement oversampling to reduce the aliasing of a wavefolding stage in my plugin.
However seems that the juce::dsp::oversampling class affects too much my CPU.
I would like to ask you if someone has used other libraries, for instance the HIIR library by Laurent de Soras, and how you find it.
I just did what was written on the guidelines, but when I built my project I got that error on the std::bad_alloc and I solved by including the JuceHeader.h
However, probably the #include <exception> could be sufficient
In addition, I am trying to make your code working as a JUCE module