BurgerLib
Classes | Typedefs | Functions
pkvorbisiir.h File Reference
#include "brtypes.h"
Include dependency graph for pkvorbisiir.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  IIRState_t

Typedefs

typedef struct IIRState_t IIRState_t

Functions

void BURGER_API IIRStateInit (IIRState_t *s, int stages, float gain, const float *A, const float *B)
void BURGER_API IIRStateDestroy (IIRState_t *s)
void BURGER_API IIRStateReset (IIRState_t *s)
float BURGER_API IIRStateFilter (IIRState_t *s, float in)
float BURGER_API IIRStateFilterBand (IIRState_t *s, float in)

Typedef Documentation

typedef struct IIRState_t IIRState_t

Function Documentation

float BURGER_API IIRStateFilter ( IIRState_t s,
float  in 
)
float BURGER_API IIRStateFilterBand ( IIRState_t s,
float  in 
)
void BURGER_API IIRStateInit ( IIRState_t s,
int  stages,
float  gain,
const float *  A,
const float *  B 
)