Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
svf.hpp File Reference
#include <cstdint>
#include <sbl/dsp/fast_math.hpp>
#include <sbl/signal/exp_mod.hpp>
Include dependency graph for svf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbl::widgets::proc::Svf
 

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 
namespace  sbl::widgets
 High-level composable audio building blocks.
 
namespace  sbl::widgets::proc
 Signal processing widgets.
 

Enumerations

enum class  sbl::widgets::proc::FilterMode : uint8_t { sbl::widgets::proc::LowPass , sbl::widgets::proc::HighPass , sbl::widgets::proc::BandPass , sbl::widgets::proc::Notch }