10ms delay after do one sample

This commit is contained in:
Steven Dan
2026-01-21 18:07:11 +08:00
parent f65f59fe3e
commit 537d64f011

View File

@@ -234,7 +234,7 @@ unsigned static AudioHub_MainLoop(chanend ?c_out, chanend ?c_spd_out
// Reinitialise user state before entering the main loop // Reinitialise user state before entering the main loop
// UserBufferManagementInit(curSamFreq); // UserBufferManagementInit(curSamFreq);
delay_milliseconds(5); delay_milliseconds(10);
#if XUA_NUM_PDM_MICS > 0 #if XUA_NUM_PDM_MICS > 0
/* Receive an initial frame and wait one sample period to ensure mic_array is ready to produce so /* Receive an initial frame and wait one sample period to ensure mic_array is ready to produce so