Commit f617868
Prevent Windows 11 timer resolution throttling to fix audio distortion
Fixes audio distortion when using the "Control audio via OBS" setting.
According to the SetProcessInformation API documentation:
"By default in Windows 11 if a window owning process becomes fully occluded,
minimized, or otherwise non-visible to the end user, and non-audible,
Windows may automatically ignore the timer resolution request and thus does
not guarantee a higher resolution than the default system resolution."
Opt out of this behavior.
Fixes #4061 parent 0b13eb9 commit f617868
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
| |||
0 commit comments