Skip to content

Commit

Permalink
fix(AudioSwitching): Fix issue with some version of windows 10 that c…
Browse files Browse the repository at this point in the history
…ouldn't switch audio of specific application

Fixes SOUNDSWITCH-HR
  • Loading branch information
Belphemur committed Jun 4, 2022
1 parent a74a76f commit 76929b6
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -32,7 +32,9 @@ public sealed class AudioPolicyConfig : IAudioPolicyConfig
// Pre-H1H2
"2a59116d-6c4f-45e0-a74f-707e3fef9258",
// H1H2/Win11
"ab3d4648-e242-459f-b02f-541c70306324"
"ab3d4648-e242-459f-b02f-541c70306324",
//Windows 10.0.16299
"32aa8e18-6496-4e24-9f94-b800e7eccc45"
};

public AudioPolicyConfig()
Expand Down

0 comments on commit 76929b6

Please sign in to comment.