Click to See Complete Forum and Search --> : Suspending a wainProc


etzarfat
August 27th, 2009, 10:20 AM
Hi,

I've written a program that records a speech sample using a mic, I used the following function
"DWORD WINAPI waveInProc(LPVOID arg)"

to record the input.

I want after a while to stop it, play another file and afterward continue recording.

How can I do that?

thanks