|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Namespaces | |
| namespace | Constants |
Classes | |
| class | AsymmetricSmoother |
| Smoother with asymmetric attack/release times. More... | |
| class | ButterworthSmoother |
| Butterworth low-pass smoother for maximally flat response. More... | |
| class | CriticallyDampedSmoother |
| Critically damped smoother (no overshoot, exact Q=0.5). More... | |
| class | ExponentialSmoother |
| Exponential (multiplicative) smoother for natural, perceptual responses. More... | |
| class | LinearSmoother |
| Linear ramp smoother for predictable, uniform interpolation. More... | |
| class | MultiPoleSmoother |
| Templated cascaded multi-pole smoother for steeper roll-off. More... | |
| class | OnePoleSmoother |
| Authentic one-pole exponential IIR low-pass smoother. More... | |
| class | SlewLimiter |
| Rate limiter to cap maximum change per sample. More... | |
| class | StateVariableSmoother |
| Second-order state variable filter (SVF) smoother (TPT implementation). More... | |