Hi, I need to implement a simple sound application which recieves audio from the mic input and plays back with a delay t(should be user determined). The recording should not stop during playback, that is the sound card should run in full-duplex mode.
Can anybody tell me how I can do it?
I am using VC++ 6.0 for the purpose.