#include "processor.hh"
Aggregate structure for input/output buffer state and values in AudioProcessor::render(). The floating point buffer array is cache-line aligned (to 64 byte) to optimize SIMD access and avoid false sharing.
uint64 d1 |
uint64 d2 |
uint64 d3 |
uint64 d4 |