Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume #15

Open
Spuner opened this issue Jul 4, 2021 · 3 comments
Open

Volume #15

Spuner opened this issue Jul 4, 2021 · 3 comments

Comments

@Spuner
Copy link

Spuner commented Jul 4, 2021

Every time the system starts up, the volume goes down from 100 to 98. Please fix it.

Program version 1.3.
Windows 10 21H1.

@asherbasher
Copy link

Same problem here. Took me so long to figure out what was causing it and I finally discovered it was HideVolumeOSD.

@TheCakeIsNaOH
Copy link
Contributor

As this application starts up, it needs to find the window for the OSD. To make sure that the window is available, it increases and then decreases the volume one step. https://github.com/UnlimitedStack/HideVolumeOSD/blob/master/HideVolumeOSD/HideVolumeOSDLib.cs#L42-L43

If your volume starts at 100%, then it cannot go up any more, and when it decreases one step, it then ends up at 98%.

If I understand what is going on correctly, I think the best solution would be to read the volume level first, save it, then reset the volume back to what it was after making the volume osd window pop up.

@Naseband
Copy link

Naseband commented May 22, 2022

If I understand what is going on correctly, I think the best solution would be to read the volume level first, save it, then reset the volume back to what it was after making the volume osd window pop up.

You could also send the mute key event twice instead of up/down.

Azurac added a commit to Azurac/HideVolumeOSD that referenced this issue Sep 19, 2022
Fixes issue UnlimitedStack#15
Added delay between keys because It just did not work twice in a row.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants