Re: waveIn fails after overrun on CE 5.0



On May 23, 3:44 am, "vishal.g.s...@xxxxxxxxx"
<vishal.g.s...@xxxxxxxxx> wrote:
Can you try once running sample/standard  source codes provided by
microsoft for Recording and Playing Audio Files in

C:\WINCE600\PUBLIC\COMMON\SDK\SAMPLES\AUDIO....

I tried them and they work fine. This is because in this code all the
data fits into a single buffer. Therefore it is impossible to create
an input overrun condition.

My problems occur when I try to continue after an overrun.

-Jack
.