The JUCE Ladder Filter processes samples individually; it could be beneficial to parallelize this with SIMD.
This might be more straightforward than it seems by creating a class that implements the Ladder Filter, or maybe one that just overrides the process method.
The JUCE Ladder Filter processes samples individually; it could be beneficial to parallelize this with SIMD.
This might be more straightforward than it seems by creating a class that implements the Ladder Filter, or maybe one that just overrides the
process
method.