Mercurial > audlegacy
view src/audacious/equalizer_flow.h @ 4392:9d5e6bfca672
Added new VFS helper functions for reading big/little endian data (16-, 32- and 64-bit integer formats)
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 30 Mar 2008 00:58:02 +0200 |
parents | 172d49b1200b |
children | 2eee464379dc |
line wrap: on
line source
#ifndef EQUALIZER_FLOW_H #define EQUALIZER_FLOW_H #include "flow.h" #define EQUALIZER_MAX_GAIN 12.0 void equalizer_flow(FlowContext *context); void equalizer_flow_set_bands(gfloat pre, gfloat *bands); void equalizer_flow_free(); #endif