Tagged Questions

3
votes
2answers
2k views

How to adjust microphone gain from C# (needs to work on XP & W7)

First, note that I know there are a few questions like this already posted; however they don't seem to address the problem adequately. I have a C# application, with all the pInvoke hooks to talk to ...
1
vote
1answer
1k views

DirectSound: how to change the input volume of a microphone?

I have some questions about Directsound and windows mixers. My goal is to enumerate all microphones and be able to change the input volume of each one. I think i'm not far from the solution, but I ...