Search code examples
c++windowswindows-vistaaudio

Volume (Balance) Control for XP/Vista


Is there a method for controlling the Balance of the Wave output that will work on both XP and Vista?


Solution

  • Vista has a new api for everything related to mixers and audio, per process legacy api's should still work, but to change global volume, you would have to look at the new COM interfaces added to Vista

    This should get you started