This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

audioSample OMAPL138 EVM

Hi,

I am running audioSample application and I measured delay between in and out (analog in -> ADC -> DAC -> analog out). The measured delay is about 12ms . My sampling rate is 9600 Hz, and i changed buflen to 2. According to the aic31006 datasheet codecs delay is (17/Fs + 21/Fs) = 3.95 ms. Is there some kind of buffer that collects data before it is sent to DAC or something else that can cause that additional delay to be so big?