-1

I need to display current loudness of microphone input and dynamically update it. As example - microphone settings in Skype. I've tried to find a libraries, but they all is for WPF or WinForms. Thank you in advance.

  • Is your question about getting the intensity (it's a number, in dB)? Or about making a display? These are two different parts to your problem and they deserve separate questions. – Ben Voigt Oct 23 '18 at 20:37
  • @BenVoigt I'm gonna use a progress bar with range 0..100 to display the intensity. – applexis Oct 24 '18 at 07:03

1 Answers1

-1

Seems orignal post is wrong direction and missunderstanding. See this API:AudioDeviceController.VolumePercent

Barry Wang
  • 1,459
  • 1
  • 8
  • 12
  • It sounds like you are talking about controlling and displaying the *gain*, but my understanding of the question is that it concerns the signal level not the gain. – Ben Voigt Oct 24 '18 at 13:39
  • Thank you for the answer, but is not what I actually need. – applexis Oct 24 '18 at 13:45
  • @applexis Just provided an API which might help. But it is still not so clear about your whole scenario. Are you using MediaCapture to capturing photos, audio, and videos from a capture device? If so then the API I mentioned might work. Otherwise it is still wrong post. – Barry Wang Oct 25 '18 at 01:25
  • @BenVoigt Yep. It is misunderstanding. Let me clarify OP's scenario again. If it is still not on the right direction for him, I will delete the answer. Thank you for point it out. – Barry Wang Oct 25 '18 at 01:26