view Plugins/Input/musepack/equalizer.h @ 1315:c7b3996a123f trunk

[svn] - chase encoding patch removal
author nenolod
date Mon, 19 Jun 2006 23:00:03 -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 */