Mercurial > audlegacy-plugins
view src/xsf/vio2sf.h @ 2994:732c4cb24aec
xiph.org sucks, add .oga to allowed extensions list.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 01 Mar 2009 23:29:54 -0600 |
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);