view Plugins/Input/musepack/equalizer.h @ 964:bf06569fb0b4 trunk

[svn] Quick n dirty unicode hack pending taglib-1.5. See http://bugs.kde.org/show_bug.cgi?id=126192
author nemo
date Mon, 24 Apr 2006 12:49:51 -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 */