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

link|improve this question

67% accept rate
feedback

2 Answers

up vote 4 down vote accepted
+75

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

link|improve this answer
feedback

have you looked at this?

waveOutSetVolume

The waveOutSetVolume function sets the volume level of the specified waveform-audio output device.

It uses Winmm.lib. http://msdn.microsoft.com/en-us/library/ms713762.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.