| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to wavemix.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / sound | 
add wavemixer (T.Yui)
#if defined(SUPPORT_WAVEMIX)
enum {
	WAVEMIX_SEEK	= 0,
	WAVEMIX_SEEK1,
	WAVEMIX_CHANNELS
};
#ifdef __cplusplus
extern "C" {
#endif
void wavemix_initialize(UINT rate);
void wavemix_deinitialize(void);
void wavemix_play(UINT num, BOOL loop);
void wavemix_stop(UINT num);
void wavemix_bind(void);
#ifdef __cplusplus
}
#endif
#endif