view src/audacious/equalizer_flow.h @ 4304:eb5f10afe3a0

swith to original xmms band frequencies
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 24 Feb 2008 18:35:40 +0300
parents 060c9865ea17
children 172d49b1200b
line wrap: on
line source

#ifndef EQUALIZER_FLOW_H
#define EQUALIZER_FLOW_H

#include "flow.h"

void equalizer_flow(FlowContext *context);
void equalizer_flow_set_bands(gfloat pre, gfloat *bands);
void equalizer_flow_free();

#endif