The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
#include "SoSystem.h"Go to the source code of this file.
Functions | |
| void | SoSoundInitialize (void) |
| Initializes the sound system. | |
| void | SoSoundPlayDirectSoundA (s8 *a_WaveData, u32 a_Timer, u32 a_DMAChannel, u32 a_Frequency) |
| This function plays a sample at a given frequency on direct sound channel A. | |