Is there any way of getting the volume level of an audio device in C# using the AudioSwitcher.AudioAPI.
I'm able to set and get the MAX volume of the audio device using:
deviceName.volume;
But is there any way of getting the CURRENT volume of the audio device. E.g. there is a YouTube video playing and I want to get the percentage of the audio level (Like in windows)
I would like to use the same API already used (AudioSwitcher.AudioAPI) to keep the application light. But, if there isn't any other solution, I can use another API.