
void DSP_SyncSamplingBuffer(void);
None.
None.
Copies all unread input wave data, stored in the DSP through automatic sampling started by the DSP_StartSampling function, to the ARM9 ring buffer. You can access the end position of the copied data with the DSP_GetLastSamplingAddress function.
Applications must make periodic calls to this function as necessary to apply sampling data in the DSP to the ARM9.
2008/06/13 Initial version.
CONFIDENTIAL