Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,
I need to development one socket program that should send voice from the server side to the client side. I am using Windows Wave API for this. Recording i am doing as per the following steps:

1. WaveInOpen
2.WaveInPrepareHeader
3.WaveInAddBuffer
4.WaveInStart
5.waveInUnPrepareHeader
6.waveInStop

in playing side
1.WaveOutOpen
2.WaveOutPrepareHeader
3.WaveOutWrite
4.waveOutUnprepareHeader
5.WaveOutClose

Here i want to record real time voice and send to the client side continously through socket. I have gone through some document they told to use double buffering technique for continuous voice recording and playing ....But still i am not clear with those documents...Can anyone please tell me how to do recording and playback simultaneously .....Thanks in advance for your valuable comments ...Awaiting for Response
Posted
Comments
Richard MacCutchan 12-Jun-12 5:02am    
I have deleted your duplicate of this question; please post once only. If you have additional information to add then edit the entry above.
Sergey Alexandrovich Kryukov 13-Jun-12 18:31pm    
Is it a question?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900