Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Variables
sbl::dsp::curve Namespace Reference

Variables

static constexpr uint16_t Log = 0
 
static constexpr uint16_t Linear = U16_MID
 
static constexpr uint16_t Exp = U16_MAX
 

Variable Documentation

◆ Exp

constexpr uint16_t sbl::dsp::curve::Exp = U16_MAX
staticconstexpr

Definition at line 40 of file warp.hpp.

◆ Linear

constexpr uint16_t sbl::dsp::curve::Linear = U16_MID
staticconstexpr

Definition at line 39 of file warp.hpp.

◆ Log

constexpr uint16_t sbl::dsp::curve::Log = 0
staticconstexpr

Definition at line 38 of file warp.hpp.