You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the issue is due to this library because it affects Volume Control(which uses this library), but not EarTrumpet(which has its own C# implementation of the Core Audio APIs) or vccli(which uses the C++ APIs directly).
I wrote a simple C# clone of vccli using this library and had an affected user test it & that didn't work either (radj307/volume-control#160).
Especially weird is that if the affected user uses vccli to change the volume/mute at least once, the problem stops happening entirely.
Please let me know if there's anything else I can provide or do that might help.
The text was updated successfully, but these errors were encountered:
Some of my users are reporting (radj307/volume-control#86, radj307/volume-control#128) a weird and difficult to reproduce problem where
SimpleAudioVolume
doesn't affect some specific applications:It works fine for everything else.
I believe the issue is due to this library because it affects Volume Control (which uses this library), but not EarTrumpet (which has its own C# implementation of the Core Audio APIs) or
vccli
(which uses the C++ APIs directly).I wrote a simple C# clone of
vccli
using this library and had an affected user test it & that didn't work either (radj307/volume-control#160).Especially weird is that if the affected user uses
vccli
to change the volume/mute at least once, the problem stops happening entirely.Please let me know if there's anything else I can provide or do that might help.
The text was updated successfully, but these errors were encountered: