How can I set the balance of a soundcard with c#.Net?
What would be the most common way? Do I need Interop?
How can I set the balance of a soundcard with c#.Net?
What would be the most common way? Do I need Interop?
You will first need a framework for working with your sound card. Managed Direct X. It includes Direct Sound, which will let you control your sound card with a comfortable level of abstraction.
You can find a tutorial on Managed Direct X here: