Windows 7 has some new audio settings which I haven\'t been able to control from my C# application. Specifically, within the Input (microphone) properties, there is a Levels Ta
You can use a very useful library built around windows mixer by Caster Tiu from http://www.codeproject.com/KB/audio-video/AudioLib.aspx?msg=1323850
According to documentation on this page:
Specific controls like Fadder, Microphone Boost, bass, treble, etc. can be accessed via the MixerControl object using ValueAsSigned, ValueAsUnsigned and ValueAsBoolean properties, but they are not implemented as standard properties because they don't belong to all controls.