Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
dsp.hpp File Reference

Umbrella header for all Audio Stack DSP atoms. More...

#include <sbl/dsp/types.hpp>
#include <sbl/dsp/fixed.hpp>
#include <sbl/dsp/phase.hpp>
#include <sbl/dsp/wavetable.hpp>
#include <sbl/dsp/one_pole.hpp>
#include <sbl/dsp/slew.hpp>
#include <sbl/dsp/delay_line.hpp>
#include <sbl/dsp/waveshaper.hpp>
#include <sbl/dsp/warp.hpp>
#include <sbl/dsp/segment.hpp>
#include <sbl/dsp/lut.hpp>
#include <sbl/dsp/pitch.hpp>
#include <sbl/dsp/interpolate.hpp>
#include <sbl/dsp/stereo.hpp>
#include <sbl/dsp/dc_blocker.hpp>
#include <sbl/dsp/saturate.hpp>
#include <sbl/dsp/polyblep.hpp>
#include <sbl/dsp/hysteresis_quantizer.hpp>
#include <sbl/dsp/param_interp.hpp>
Include dependency graph for dsp.hpp:

Go to the source code of this file.

Detailed Description

Umbrella header for all Audio Stack DSP atoms.

Includes all DSP primitives EXCEPT lookup tables (sbl/dsp/tables/). Tables are large constexpr arrays — include specific tables explicitly.

Header-only templates — zero flash cost unless instantiated.

Definition in file dsp.hpp.