File:  [RetroPC.NET] / np2 / sound / Attic / wavemix.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Jan 9 01:29:56 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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


RetroPC.NET-CVS <cvs@retropc.net>