mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
20 lines
501 B
C
20 lines
501 B
C
/****************************************************************************
|
|
* FCE Ultra
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2008-2022
|
|
* eke-eke October 2008
|
|
*
|
|
* gcaudio.h
|
|
*
|
|
* Audio driver
|
|
****************************************************************************/
|
|
|
|
void InitialiseAudio();
|
|
void ResetAudio();
|
|
void PlaySound( int32 *Buffer, int samples );
|
|
void SwitchAudioMode(int mode);
|
|
void ShutdownAudio();
|
|
void UpdateSampleRate(int rate);
|
|
void SetSampleRate();
|