![]() |
How to Create two simultaneously running threads in VC++
Can anyone of me tell me how to create two threads in vc++, one thread should record the audio from microphone and copy to a buffer and the other should read from the buffer and play. These have to run simultaneously. There and be 10 buffers where the recorded data is copied, one played from a buffer the same can be used to record again.
|
Re: How to Create two simultaneously running threads in VC++
The following code snippet does that
Code:
DWORD CPipeSampleDlg::CreatePipeThread() |
Re: How to Create two simultaneously running threads in VC++
Is this thread supposed to be in PROGRAMMING forums?
Correct me if i am wrong! |
Re: How to Create two simultaneously running threads in VC++
Quote:
|
| All times are GMT +5.5. The time now is 16:08. |