#include <revolution/ax.h> void AXInit(void);
None.
None.
Among other things, the AXInit function initializes the AX library, starts the audio DSP task, and starts AI-DMA.
This function must be called before any other AX functions. The application must ensure that the AI library has been initialized before calling this function.
Also note that AX requires the use of the default stack for AI (in other words, the AIInit function must be called with a NULL argument).
2006/10/24 Deleted a description related to AR and ARQ.
2006/03/01 Initial version.
CONFIDENTIAL