cplusplus.com
C++ : Forum : Windows Programming : App to mute/un-mute microphone
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post App to mute/un-mute microphone

Dodle (18)
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 (186)
http://www.eggheadcafe.com/forumarchives/win32programmermmedia/Jul2005/post23441316.asp

also, http://lmgtfy.com/?q=mute+microphone+c%2B%2B
Last edited on
Topic archived. No new replies allowed.