I am creating a small alarm that will have to set the speaker volume to the maximum before starting the alarm. Every thing is working but I don’t know what the maximum value for the speakers is. Does someone of you know it or know where I can find it?
Here is how I set the volume of the speakers:
defaultDevice.AudioEndpointVolume.MasterVolumeLevel = 1;
BR
With your hint I found the answer. The correct answer for my problem is:
Thanks for your help