|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Describes the audio processing environment (sample rate, block size, channels). More...
Go to the source code of this file.
Classes | |
| struct | dspark::AudioSpec |
| Describes the audio environment for a DSP processor. More... | |
Namespaces | |
| namespace | dspark |
| Main namespace for the DSPark framework. | |
Describes the audio processing environment (sample rate, block size, channels).
Every DSP processor receives an AudioSpec in its prepare() method to configure internal resources (buffers, filter coefficients, smoothing rates, etc.).
Dependencies: none.
Definition in file AudioSpec.h.