Mercurial > audlegacy-plugins
view src/xsf/vio2sf.h @ 3139:647edbe263bd
neon: Don't bother trying to seek on a Twisted server. It lies about it's capabilities, which leads to failure.
(Closes #56)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 07 May 2009 11:43:21 -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);