• Sound balance through C++
    5 replies, posted
Is there a way to control the balance of the audio ouput through code?
Yes. System wide you can change the volume, and you could write a sound driver to balance audio (may be a way to balance without writing a driver) If you just want to balance sounds your app is playing, just use FMOD or something.
[QUOTE=turb_;25129175]Yes.[/QUOTE] Library or? Does this happen to be the right direction? [URL]http://msdn.microsoft.com/en-us/library/ms713762.aspx[/URL]
Someone should make a virus that does nothing but sets the sound balance 20% to the left or right.
[QUOTE=Subby;25129193]Does this happen to be the right direction? [URL]http://msdn.microsoft.com/en-us/library/ms713762.aspx[/URL][/QUOTE] Seems to.
[QUOTE=DrLuke;25129345]Someone should make a virus that does nothing but sets the sound balance 20% to the left or right.[/QUOTE] No, no. A virus that alternates the sound balance between 20% and 100% on both channels, swapping every second or so. That'd drive me insane. :v:
Sorry, you need to Log In to post a reply to this thread.