Global Variables
nuAuAcmdLen
u32 nuAuAcmdLenExplanation
This is the size of the audio command buffer handed over to the audio microcode. A buffer for the number of commands indicated by this value will be reserved from the audio heap. The default value is NU_AU_CLIST_LEN, and is defined as 0x800.
Change the value of this variable if the audio command list buffer is not large enough, or when optimizing the memory.
When this variable is changed, set the value before calling the following functions:
nuAuInit
nuAuInitEx
nuAuMgrInit
nuAuMgrInitEx