MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin_DelayLine.h File Reference
#include "marvin/library/marvin_Concepts.h"
#include <vector>

Go to the source code of this file.

Classes

class  marvin::dsp::DelayLine< SampleType, InterpolationType >
 A fractional delay line implementation, with configurable interpolation types. More...
 

Namespaces

namespace  marvin
 A mostly harmless top-level namespace.
 
namespace  marvin::dsp
 DSP helper and utility functions.
 

Enumerations

enum class  marvin::dsp::DelayLineInterpolationType { marvin::dsp::None , marvin::dsp::Linear , marvin::dsp::Lagrange3rd }
 Enum to configure the type of interpolation an instance of marvin::dsp::DelayLine should use. More...