Hi, I have an emergent problem.
we use DM8168EVM, RDK4.0+3101.
The audio capture set as 44100, 2channel.
The usecase is capture audio data and send to playback.
But the voice has delay. I printf the time before and after calling snd_pcm_readi(), I found sometimes the time interval is only 1ms.
so the capture send the data too quikly. I estimate the returne samples, it's equal to the setting.
The time interval should be about 22ms.
what's the problem and how to handle it?
Thanks.