How can I set audio balance of a soundcard programmatically?
How can I set the balance of a soundcard with C#.Net?
开发者_如何学JAVAWhat 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:
http://www.codeproject.com/KB/directx/mdx_tutorial1.aspx
精彩评论