view Plugins/Input/musepack/equalizer.h @ 972:7897fba5a46e trunk

[svn] - don't use dct9 in integer mode
author nenolod
date Wed, 26 Apr 2006 11:38:41 -0700
parents 9b191695629c
children
line wrap: on
line source

#ifndef IIR_H
#define IIR_H

#define EQ_MAX_BANDS 10
#define EQ_CHANNELS 2

int iir(char * d, gint length);
void init_iir(int on , float preamp_ctrl, float*  eq_ctrl);


#endif                          /* #define IIR_H */