|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
A type that can prepare, process audio blocks, and reset state. More...
#include <ProcessorTraits.h>
A type that can prepare, process audio blocks, and reset state.
This is the foundational concept for effects and filters. Processing and resetting must be guaranteed exception-free (noexcept) to be safely executed within the real-time audio thread.
| P | Processor type. |
| T | Sample type (float or double). |
Definition at line 55 of file ProcessorTraits.h.