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.

audio loopback for wince

Hi Guys,

I can't believe that I can't find any where a working sample code to do audio loopback on WinCE and the TPSxxx chip. I have been struggling to make a wince loopback audio example. Basically I am looking for sample code to record audio from a mic and plays it back to the speakers in real-time on the TPSxxx chip under WinCE not linux. I tried evrything, events, double buffering, etc.. but the clicks are always there.

using stereo, 44100, 2 channels and 16 bits/sample. Ideally I would like to capture frames of 256 bytes (that's 64 left samples and 64 right samples). Is this possible at all with WinCE, I am starting to lose faith and I have already fried my brain over this.

thanks