This one makes me crazy:
On a Vista+ computer dedicated to this sound playing/recording application, I need my application to make sure the (default) microphone level is pushed to the max. How do I that?
I found the Core Audio lib, found how to get an IMMDevice to the default microphone. Now what?
Docs lead me to think that I need an ISimpleAudioVolume interface pointer from my IMMDevice, but how do I do that?
Note that I'm interested in any programmatic way to set this micro level (whether Core Audio or anything else). Ideally system-wide, but application-wide is ok.
TIA,