windows - Audio: How to set the level of the default microphone? -
windows - Audio: How to set the level of the default microphone? -
this 1 makes me crazy:
on vista+ computer dedicated sound playing/recording application, need application create sure (default) microphone level pushed max. how that?
i found core sound lib, found how immdevice default microphone. what?
docs lead me think need isimpleaudiovolume interface pointer immdevice, how do that?
note i'm interested in any programmatic way set micro level (whether core sound or else). ideally system-wide, application-wide ok.
tia,
the trick in core audio, recording (aka capture) , rendering devices not considered different (as long don't dive deep of course), opposed former apis such wavexxx there different apis input , output devices.
therefore, full example larry osterman sets speaker volume can modified set microphone volume changing erender ecapture in enumerator phone call returns default device.
thanks larry!
windows winapi audio core-audio
Comments
Post a Comment