Mercurial > audlegacy
annotate src/audacious/equalizer_flow.h @ 4387:aca39c7f748e
Automated merge with ssh://hg.atheme.org//hg/audacious
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 29 Mar 2008 08:55:47 -0500 |
parents | 172d49b1200b |
children | 2eee464379dc |
rev | line source |
---|---|
4300 | 1 #ifndef EQUALIZER_FLOW_H |
2 #define EQUALIZER_FLOW_H | |
3 | |
4 #include "flow.h" | |
5 | |
4306
172d49b1200b
- equalizer sliders range changed to -12..12 dB
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4300
diff
changeset
|
6 #define EQUALIZER_MAX_GAIN 12.0 |
172d49b1200b
- equalizer sliders range changed to -12..12 dB
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4300
diff
changeset
|
7 |
4300 | 8 void equalizer_flow(FlowContext *context); |
9 void equalizer_flow_set_bands(gfloat pre, gfloat *bands); | |
10 void equalizer_flow_free(); | |
11 | |
12 #endif |