Enable/disable HPET and Dynamic Ticks
Some users claim that forcing High Precision Event Timer (HPET) as a main timer and disabling dynamic ticks solve latency issues and audio distortion. Some users said its the other way around.
To try this workaround, run cmd.exe as administrator and type in:
bcdedit /set useplatformclock true
bcdedit /set tscsyncpolicy enhanced
bcdedit /set disabledynamictick yes
Force disable with:
bcdedit /set useplatformclock false
bcdedit /set tscsyncpolicy legacy
bcdedit /set disabledynamictick no
Restore to defaults:
bcdedit /deletevalue useplatformclock...
https://rog.asus.com/forum/showthre...stuttering-and-audio-distortion-in-Windows-10Enable/disable HPET and Dynamic Ticks
Some users claim that forcing High Precision Event Timer (HPET) as a main timer and disabling dynamic ticks solve latency issues and audio distortion. Some users said its the other way around.
To try this workaround, run cmd.exe as administrator and type in:
bcdedit /set useplatformclock true
bcdedit /set tscsyncpolicy enhanced
bcdedit /set disabledynamictick yes
Force disable with:
bcdedit /set useplatformclock false
bcdedit /set tscsyncpolicy legacy
bcdedit /set disabledynamictick no
Restore to defaults:
bcdedit /deletevalue useplatformclock
bcdedit /deletevalue tscsyncpolicy
bcdedit /deletevalue disabledynamictick