Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,


Can any one give me idea that, How can i monitor my microphone sound level in windows application using C#.net.

I had no idea about this Concept.

Please Help me in this.


Thanks alot in advance.
Posted
Updated 22-May-11 19:47pm
v2

You can do it using P/Invoke of the "winmm.dll" (multimedia subsystem, Windows API).

This article explains it step-by-step:
http://www.dreamincode.net/forums/topic/45693-controlling-sound-volume-in-c%23/[^].

—SA
 
Share this answer
 
Comments
thatraja 23-May-11 14:48pm    
Nice article
Sergey Alexandrovich Kryukov 23-May-11 14:57pm    
Thank you, Raja; I like that article, too.
--SA
A similar discussion here[^].
 
Share this answer
 
Comments
thatraja 23-May-11 14:48pm    
Got a CP article through your link, Thanks.
Abhinav S 24-May-11 0:17am    
You are welcome.
Sergey Alexandrovich Kryukov 23-May-11 14:57pm    
Sure, a 5.
--SA
Abhinav S 24-May-11 0:17am    
Thanks SA.
hi


this is best link to see the sample of voice recording

http://voicerecorder.codeplex.com/[^]
thanks for yours support
 
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