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

Go to the source code of this file.

Classes

struct  sbl::dsp::Segment
 
class  sbl::dsp::SegmentGenerator< CurveEngine >
 

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 
namespace  sbl::dsp
 DSP atoms for audio signal processing.
 

Enumerations

enum class  sbl::dsp::SegmentState : uint8_t { sbl::dsp::Idle , sbl::dsp::Running , sbl::dsp::Sustain , sbl::dsp::Complete }