Mercurial > audlegacy
view Plugins/Input/musepack/equalizer.h @ 1689:b59d6c3258fc trunk
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon.
Requested by Jan Schummers <darkadmiral@onlinehome.de>.
author | js |
---|---|
date | Thu, 14 Sep 2006 08:46:01 -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 */