CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Posts
    3

    How to change system audio settings?

    Hi,
    Does someone know a means to change audio settings of windows system such as default audios devices in a C++ program?
    thanks for your help.

  2. #2
    Join Date
    Dec 2002
    Location
    Candia, NH
    Posts
    374

    Re: How to change system audio settings?

    You use the Mixer API functions. That interface is a real pain in the hindquarters. But it is what you are stuck with if you want to make your own Volume Control, just like the Windows volume control, including routing what devices go to what (Line In, Line OUt, Microphone, Recording, playback, speakers, etc.).

    I've starting working on one for my application but I have not completed it.

    Brian

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured