fceugx/source/gcaudio.h

20 lines
501 B
C
Raw Permalink Normal View History

/****************************************************************************
2009-07-22 02:05:49 +00:00
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
2023-01-30 22:07:47 +01:00
* Tantric 2008-2023
* eke-eke October 2008
*
* gcaudio.h
*
* Audio driver
****************************************************************************/
void InitialiseAudio();
void ResetAudio();
void PlaySound( int32 *Buffer, int samples );
2009-03-28 17:23:08 +00:00
void SwitchAudioMode(int mode);
void ShutdownAudio();
void UpdateSampleRate(int rate);
void SetSampleRate();