LMMS
Loading...
Searching...
No Matches
dcblock.c File Reference
#include <math.h>
#include <stdlib.h>
#include "base.h"
#include "dcblock.h"

Functions

int sp_dcblock_create (sp_dcblock **p)
int sp_dcblock_destroy (sp_dcblock **p)
int sp_dcblock_init (sp_data *sp, sp_dcblock *p, int oversampling)
int sp_dcblock_compute (sp_data *sp, sp_dcblock *p, SPFLOAT *in, SPFLOAT *out)

Function Documentation

◆ sp_dcblock_compute()

int sp_dcblock_compute ( sp_data * sp,
sp_dcblock * p,
SPFLOAT * in,
SPFLOAT * out )

◆ sp_dcblock_create()

int sp_dcblock_create ( sp_dcblock ** p)

◆ sp_dcblock_destroy()

int sp_dcblock_destroy ( sp_dcblock ** p)

◆ sp_dcblock_init()

int sp_dcblock_init ( sp_data * sp,
sp_dcblock * p,
int oversampling )