Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>
Go to the source code of this file.
Functions | |
void | effect_start (gint *channels, gint *rate) |
void | effect_process (gfloat **data, gint *samples) |
void | effect_flush (void) |
void | effect_finish (gfloat **data, gint *samples) |
gint | effect_decoder_to_output_time (gint time) |
gint | effect_output_to_decoder_time (gint time) |
Definition at line 119 of file effect.c.
Referenced by output_flush().
void effect_finish | ( | gfloat ** | data, |
gint * | samples | ||
) |
Definition at line 113 of file effect.c.
Referenced by write_buffers().
void effect_flush | ( | void | ) |
Definition at line 107 of file effect.c.
Referenced by output_close_audio(), and output_flush().
Definition at line 127 of file effect.c.
Referenced by get_output_time().
void effect_process | ( | gfloat ** | data, |
gint * | samples | ||
) |
Definition at line 101 of file effect.c.
Referenced by output_write_audio().
Definition at line 64 of file effect.c.
Referenced by output_open_audio().