view Plugins/Input/musepack/equalizer.h @ 588:113833e5ab1c trunk

[svn] Musepack conversion
author nenolod
date Thu, 02 Feb 2006 18:26:59 -0800
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 */