view Plugins/Input/musepack/equalizer.h @ 950:008bf9a501b1 trunk

[svn] Moral, always compile before checking in.
author nemo
date Tue, 18 Apr 2006 07:00:25 -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 */