view src/xsf/vio2sf.h @ 3163:26a2c237ef53

alsa-ng: Destroy the ringbuffer when the plugin closes.
author William Pitcock <nenolod@atheme.org>
date Thu, 14 May 2009 21:08:03 -0500
parents 70b0973e7b70
children
line wrap: on
line source

#define XSF_FALSE (0)
#define XSF_TRUE (!XSF_FALSE)

int xsf_start(void *pfile, unsigned bytes);
int xsf_gen(void *pbuffer, unsigned samples);
int xsf_get_lib(char *pfilename, void **ppbuffer, unsigned int *plength);
void xsf_term(void);