Function
nuAuStlMgrInit
Syntax:
s32 nuAuStlMgrInit(musConfig* config)
Arguments:
pointer for config musConfig structure
Return Value:
Heap size used
Explanation:
Initializes the audio manager. Also calls the Mulnitialize function to initialize the mus library.
The heap size being used is returned as the return value.
- CAUTION
NuSystem Version 2.00 and later is compatible with N64 Sound Tools Ver. 3.xx. Please note that the specifications of functions have changed from prior versions.
- Revision History
1999/2/1 Changed function specifications