|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
An AudioProcessor that additionally supports scalar per-sample processing. More...
#include <ProcessorTraits.h>
An AudioProcessor that additionally supports scalar per-sample processing.
Useful for feedback loops or non-linear structures where block processing needs scalar fallbacks. Requires strict type return std::same_as<T> to avoid implicit type demotion/promotion cycles (e.g., double <-> float).
| P | Processor type. |
| T | Sample type. |
Definition at line 73 of file ProcessorTraits.h.