Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Namespaces | Classes | Enumerations | Variables
sbl::widgets::proc Namespace Reference

Signal processing widgets. More...

Namespaces

namespace  plate
 

Classes

class  Delay
 
class  PlateReverb
 
class  Svf
 
class  Vca
 

Enumerations

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

Variables

constexpr uint32_t PLATE_REVERB_BUFFER_SIZE = plate::BUFFER_SIZE
 Total float buffer size required for PlateReverb::init()
 

Detailed Description

Signal processing widgets.

Enumeration Type Documentation

◆ FilterMode

enum class sbl::widgets::proc::FilterMode : uint8_t
strong
Enumerator
LowPass 
HighPass 
BandPass 
Notch 

Definition at line 47 of file svf.hpp.

Variable Documentation

◆ PLATE_REVERB_BUFFER_SIZE

constexpr uint32_t sbl::widgets::proc::PLATE_REVERB_BUFFER_SIZE = plate::BUFFER_SIZE
constexpr

Total float buffer size required for PlateReverb::init()

Definition at line 118 of file plate_reverb.hpp.