post  App to mute/un-mute microphone

Dodle (18)   Link to this post
I am a newbie programmer and would like to create an app to mute the mic in Windows XP. To start off I just want to make a simple command line app that asks to mute/un-mute. Something like this:

What would you like to do?
[type "m" to mute "u" to unmute]:


But I don't know where to start. What libraries do I need to import? Where can I find some documentation, or a tutorial, on this subject? Thanks in advance.
Last edited on
Kiana (72)   Link to this post
http://www.eggheadcafe.com/forumarchives/win32programmermmedia/Jul2005/post23441316.asp

also, http://lmgtfy.com/?q=mute+microphone+c%2B%2B
Last edited on

This topic is archived - New replies not allowed.