view src/sexypsf/spu/spu.h @ 981:d801d8ce24fb trunk

[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem. - make use of audacious vfs functions.
author yaz
date Fri, 27 Apr 2007 02:29:33 -0700
parents 3da1b8942b8b
children
line wrap: on
line source

int SPUinit(void);
int SPUopen(void);
void SPUsetlength(s32 stop, s32 fade);
int SPUclose(void);
void SPUendflush(void);

// External, called by SPU code.
void SPUirq(void);