Is there any way to get the current volume/mute value of the currently default recording device programmatically or from the command line? I did a little .exe in C++ for Vista+ that uses EndpointVolume API but unfortunately it's not available for Windows XP. Any workaround?
I don't need to change them, just get them from my application to be able to react to them.
Thanks!