Global Variables

nuAuDebDmaCount
nuAuDebDmaMax
nuAuDebDmaBufMaxUse
nuAuDebDmaCallBackCount
nuAuDebDmaCallBackMax
nuAuDebAcmdLenMax

Syntax
u32 nuAuDebDmaMax
u32 nuAuDebDmaBufMaxUse
u32 nuAuDebDmaCallbackCount
u32 nuAuDebDmaCallbackFrame
u32 nuAuDebDmaCallbackMax
u32 nuAuDebAcmdLenMax

Explanation
Audio debugging parameter acquisition variable.

The value of the variable can be acquired as the following kinds of values during audio playback. This is used primarily for the tuning of audio parameters.

nuAuDebDmaCount Number of times PI-DMA was actually performed during audio playback
nuAuDebDmaMax Maximum number of times PI-DMA is performed in 1 process units during audio playback
nuAuDebDmaBufMaxUse Maximum number of PI-DMA buffers used during audio playback
nuAuDebDmaCallBackCount Total number of callback function calls during audio playback
nuAuDebDmaCallBackMax Maximum number of times callback functions were called in 1 process units during audio playback
nuAuAcmdLenMax Maximum size of audio command list created

A "1 process unit" is defined as a processing unit when the alAudioFrame function or the n_alAudioFrame function is called only once.