Global Variable


nuAuAcmdLen


Definition

u32 nuAuAcmdLen

Description

Size of the audio command list buffer.

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.

If you want to change the value of this variable, change it before calling nuAuInit, nuAuInitEx, nuAuMgrInit, and nuAuMgrInitEx functions.