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.

Qt audioinput demo lose audio samples

Hello

I'm developing a QT application for OMAP L138 with the linux developer kit "ti-dvsdk_omapl138-evm_4_00_00_22" and I have a problem.

Based on the audioinput multimedia sample of QT, I get samples from the audio, I process the samples and displays the result on the LCD every second

The process of refresh the data in screen is in a separated threed.

The problem is that when I refresh the labels of the screen I lose samples from de audioinput.

Thanks

Joan