Mercurial > audlegacy-plugins
view src/xsf/vio2sf.h @ 3191:a65f440cbed3
alsa-ng: Fix possible race conditions, sluggish pause and seek.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 22 Jun 2009 16:05:57 -0400 |
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);