view src/Input/musepack/equalizer.h @ 0:13389e613d67 trunk

[svn] - initial import of audacious-plugins tree (lots to do)
author nenolod
date Mon, 18 Sep 2006 01:11:49 -0700
parents
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 */