Hi,I want to know how to get the sound of microphone in programs like Voice chat And what type is the gotten sound, byte or stream or sound
Thank you for your answers.
You can use WaveIn, WaveOut APIs to do it. See these articles:
http://www.codeproject.com/cs/media/cswavplay.asp
http://www.codeproject.com/cs/media/cswavrec.asp
You can also use DirectX's Direct Sound to create a voice chat application.
See this:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=825575&SiteID=1
Best Regards,
Rizwan