comparison src/audlegacy/equalizer_flow.h @ 4811:7bf7f83a217e

rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 00:44:56 +0900
parents src/audacious/equalizer_flow.h@2eee464379dc
children
comparison
equal deleted inserted replaced
4810:c10e53092037 4811:7bf7f83a217e
1 #ifndef AUDACIOUS_EQUALIZER_FLOW_H
2 #define AUDACIOUS_EQUALIZER_FLOW_H
3
4 #include "flow.h"
5
6 #define EQUALIZER_MAX_GAIN 12.0
7
8 void equalizer_flow(FlowContext *context);
9 void equalizer_flow_set_bands(gfloat pre, gfloat *bands);
10 void equalizer_flow_free();
11
12 #endif /* AUDACIOUS_EQUALIZER_FLOW_H */