view src/sid/xs_filter.h @ 194:5e8cf0611af3 trunk

[svn] - faster line calculation algorithm (only calculates 256 or 128 points of the waveform) - update rush preset (DON'T use lines here.)
author nenolod
date Fri, 03 Nov 2006 03:10:26 -0800
parents 3da1b8942b8b
children 1223e8510d8a
line wrap: on
line source

#ifndef XS_FILTER_H
#define XS_FILTER_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
typedef struct {
} t_xs_filter;

void	xs_filter_init(t_xs_filter *);
*/
gint	xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_FILTER_H */