Click here to Skip to main content
15,875,581 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have seen a lot of programs/solutions that enable us to record the sound input from a microphone.
I would like to record this and also the sound that is output to speaker/headphones.

Like suppose we are in an audio chat with a person, I want to record the conversation between us.

A C# solution preferred. If not, VB.

Thanks in advance for your support.
Posted
Comments
[no name] 26-Apr-13 7:52am    
Okay and your question related to the code that you have written is what?
BlitzCoder 26-Apr-13 8:37am    
I need to record the microphone input and the speaker output simultaneously. Need help on how this can be done.
[no name] 26-Apr-13 10:00am    
Okay.... again.... and the question that you have that is related to the code that you have written is what?
BlitzCoder 28-Apr-13 9:50am    
I've been searching and working on code available from various sources. One example being this:
http://www.codeproject.com/Articles/31356/C-MP3-Sound-Capturing-Recording-Component

I have been able to record sound from either the sound card or the microphone, but not through both at the same time.

Consider I am starting afresh. No coding has begun.
What can be done to record an audio chat?
arindamrudra 11-Dec-17 7:21am    
Could you please post your solution if you have done it?

1 solution

This is the MSDN articular might help you.
http://msdn.microsoft.com/en-us/library/ff827802.aspx[^]
 
Share this answer
 
Comments
BlitzCoder 25-May-13 10:04am    
Thank you for replying, Amey.
As I have mentioned in the comments, I've been able to records sounds either from the mic or the audio out - one at a time.
I want to record both sounds at the same time. :)

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