Is there any guy who can control the volume in a driver?
We have a filter driver which catch a data from the stream and process the
data then put it back to original stream. I found some problems in dealing
with the audio data so I want to set the volume, especially microphone
volume. In case of Master Volume, I can get this information from KSPROPERTY,
KSPROPERTY_AUDIO_VOLUMELEVEL, but I can't get any information about
microphone volume from this.
So question is that How can I get the volume level of Microphone or Line-in?
Thank you.
SAM