Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have planed to develop an application in which it have to record the voice and store that audio file in database.
please help me for coding (c# winforms)and step by step process of what i have to do for developing this application..
note: please tel me what are the COM components also have to add for this application.
Posted
Comments
shakil0304003 2-Feb-11 3:56am    
What you tried? Use google 1st!!!

You can see this links
Click
Click
Click
 
Share this answer
 
See this article for recording your voice:
A full-duplex audio player in C# using the waveIn/waveOut APIs[^]
What you then need to do is just save the binary data of the recorded audio to your sql database.
 
Share this answer
 
first make the stream,connect wid binary data of audio n store it in database...
 
Share this answer
 

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