Ardour  8.7-15-gadf511264b
AudioGrapherDSP::Limiter::Upsampler Class Reference

Public Member Functions

 Upsampler ()
 
 ~Upsampler ()
 
void init (int nchan)
 
void fini ()
 
int get_latency () const
 
float process_one (int chn, float const x)
 

Private Attributes

int _nchan
 
float ** _z
 

Detailed Description

Definition at line 78 of file private/limiter/limiter.h.

Constructor & Destructor Documentation

◆ Upsampler()

AudioGrapherDSP::Limiter::Upsampler::Upsampler ( )

◆ ~Upsampler()

AudioGrapherDSP::Limiter::Upsampler::~Upsampler ( )

Member Function Documentation

◆ fini()

void AudioGrapherDSP::Limiter::Upsampler::fini ( )

◆ get_latency()

int AudioGrapherDSP::Limiter::Upsampler::get_latency ( ) const
inline

Definition at line 88 of file private/limiter/limiter.h.

◆ init()

void AudioGrapherDSP::Limiter::Upsampler::init ( int  nchan)

◆ process_one()

float AudioGrapherDSP::Limiter::Upsampler::process_one ( int  chn,
float const  x 
)

Member Data Documentation

◆ _nchan

int AudioGrapherDSP::Limiter::Upsampler::_nchan
private

Definition at line 96 of file private/limiter/limiter.h.

◆ _z

float** AudioGrapherDSP::Limiter::Upsampler::_z
private

Definition at line 97 of file private/limiter/limiter.h.


The documentation for this class was generated from the following file: