Help needed in Real time implementation!
Hello everybody!
I am trying to implement an algorithm in real time.It is related to capturing speech in real time and playing it back.I am attaching the code overhere,but I am unable to get rid of the delay which seems significant to me and there seems to be some clicking sound and am unable to get rid of that too.
I would really appreciate if someone could help me out.I am attaching the whole project over here.
Thanks
[441 byte] By [
tushar0123] at [2007-11-19 15:56:55]

# 1 Re: Help needed in Real time implementation!
I have been trying to convert your code to pure WinAPI so I could better
understand it, (and listen to the results) but to this point I have not been successful.
Anyways, when looking at your code I think you are using only one buffer
for each of the recording and playback routines.
If this is the case, there will definately be a gap between the buffers
as each is played.
Set up a circular queue of at least two buffers in both your
recording and playback routines.
mmscg at 2007-11-9 13:18:56 >
